diff options
author | Tom Lane <tgl@sss.pgh.pa.us> | 2020-06-07 16:57:08 -0400 |
---|---|---|
committer | Tom Lane <tgl@sss.pgh.pa.us> | 2020-06-07 16:57:08 -0400 |
commit | b5d69b7c22ee4c44b8bb99cfa0466ffaf3b5fab9 (patch) | |
tree | 56f15561f5aa454ce69a6f302c83b04f266d83db /src/backend/jit/llvm/llvmjit_expr.c | |
parent | 7247e243a803044a79a2828ced51b05765e049a0 (diff) | |
download | postgresql-b5d69b7c22ee4c44b8bb99cfa0466ffaf3b5fab9.tar.gz postgresql-b5d69b7c22ee4c44b8bb99cfa0466ffaf3b5fab9.zip |
pgindent run prior to branching v13.
pgperltidy and reformat-dat-files too, though those didn't
find anything to change.
Diffstat (limited to 'src/backend/jit/llvm/llvmjit_expr.c')
-rw-r--r-- | src/backend/jit/llvm/llvmjit_expr.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/backend/jit/llvm/llvmjit_expr.c b/src/backend/jit/llvm/llvmjit_expr.c index 4d8836cfb3f..cca5c117a0e 100644 --- a/src/backend/jit/llvm/llvmjit_expr.c +++ b/src/backend/jit/llvm/llvmjit_expr.c @@ -2448,8 +2448,8 @@ BuildV1Call(LLVMJitContext *context, LLVMBuilderRef b, *v_fcinfo_isnull = LLVMBuildLoad(b, v_fcinfo_isnullp, ""); /* - * Add lifetime-end annotation, signaling that writes to memory don't - * have to be retained (important for inlining potential). + * Add lifetime-end annotation, signaling that writes to memory don't have + * to be retained (important for inlining potential). */ { LLVMValueRef v_lifetime = create_LifetimeEnd(mod); |