Browse Source

Fix documentation of jit_value_create_constant

Signed-off-by: Niklas Koep <niklas.koep@gmail.com>
pull/1/head
Niklas Koep 11 years ago
committed by Aleksey Demakov
parent
commit
a8293e141b
  1. 2
      jit/jit-value.c

2
jit/jit-value.c

@ -415,7 +415,7 @@ jit_value_t jit_value_create_nfloat_constant
}
/*@
* @deftypefun jit_value_t jit_value_create_constant (jit_function_t @var{func}, const jit_constant *@var{const_value})
* @deftypefun jit_value_t jit_value_create_constant (jit_function_t @var{func}, const jit_constant_t *@var{const_value})
* Create a new constant from a generic constant structure in the specified
* function. Returns NULL if out of memory or if the type in
* @var{const_value} is not suitable for a constant.

Loading…
Cancel
Save