diff options
Diffstat (limited to 'src/include/jit/llvmjit_emit.h')
-rw-r--r-- | src/include/jit/llvmjit_emit.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/include/jit/llvmjit_emit.h b/src/include/jit/llvmjit_emit.h index 9569da6fbf..71a8625efe 100644 --- a/src/include/jit/llvmjit_emit.h +++ b/src/include/jit/llvmjit_emit.h @@ -218,7 +218,7 @@ l_mcxt_switch(LLVMModuleRef mod, LLVMBuilderRef b, LLVMValueRef nc) } /* - * Return pointer to the the argno'th argument nullness. + * Return pointer to the argno'th argument nullness. */ static inline LLVMValueRef l_funcnullp(LLVMBuilderRef b, LLVMValueRef v_fcinfo, size_t argno) @@ -236,7 +236,7 @@ l_funcnullp(LLVMBuilderRef b, LLVMValueRef v_fcinfo, size_t argno) } /* - * Return pointer to the the argno'th argument datum. + * Return pointer to the argno'th argument datum. */ static inline LLVMValueRef l_funcvaluep(LLVMBuilderRef b, LLVMValueRef v_fcinfo, size_t argno) |