Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit9860708

Browse files
committed
Remove duplicated return statement from llvmjit code.
The duplicated return clearly doesn't make sense / isn'treachable. Likely introduced by me (Andres), while revising the code.Author: Rushabh LathiaDiscussion:https://postgr.es/m/CAGPqQf2raxWOcbuTP36M1rEF3=Rfo7oD29K3psdyHMeE5swBRg@mail.gmail.com
1 parent0fcf5e0 commit9860708

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

‎src/backend/jit/llvm/llvmjit.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -394,7 +394,6 @@ llvm_function_reference(LLVMJitContext *context,
394394
LLVMSetGlobalConstant(v_fn, true);
395395

396396
returnLLVMBuildLoad(builder,v_fn,"");
397-
returnv_fn;
398397
}
399398

400399
/* check if function already has been added */

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp