From 3426e9882bb95a9290241bdb1aaef62fca731c2c Mon Sep 17 00:00:00 2001 From: Andrea Shepard <andrea@persephoneslair.org> Date: Wed, 30 Nov 2016 08:09:20 +0000 Subject: [PATCH] Update comment on h_llvm_make_tt_suint() --- src/backends/llvm/llvm_suint.c | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/src/backends/llvm/llvm_suint.c b/src/backends/llvm/llvm_suint.c index ed974e76..5f2ed487 100644 --- a/src/backends/llvm/llvm_suint.c +++ b/src/backends/llvm/llvm_suint.c @@ -13,10 +13,9 @@ * Construct LLVM IR to allocate a token of type TT_SINT or TT_UINT * * Parameters: - * - mod [in]: an LLVMModuleRef - * - builder [in]: an LLVMBuilderRef, positioned appropriately - * - stream [in]: a value ref to an llvm_inputstreamptr, for the input stream - * - arena [in]: a value ref to an llvm_arenaptr to be used for the malloc + * - ctxt [in]: an HLLVMParserCompileContext + * - length [in]: length in bits + * - signedp [in]: TT_SINT if non-zero, TT_UINT otherwise * - r [in]: a value ref to the value to be used to this token * - mr_out [out]: the return value from make_result() */ -- GitLab