aboutsummaryrefslogtreecommitdiff
path: root/clang/lib/CodeGen/CodeGenFunction.h
diff options
context:
space:
mode:
authorJoseph Huber <huberjn@outlook.com>2024-07-26 17:13:26 -0500
committerJoseph Huber <huberjn@outlook.com>2024-07-26 17:21:56 -0500
commitdbb8b7a0f4eea1aa333cec9a38aa6eb7ecf6c1dc (patch)
tree2d8ca9309b3b6f73583bad38813c3057eca7981c /clang/lib/CodeGen/CodeGenFunction.h
parentdb2aa50ec4a9f47d2710cdae1608ef99de4b5ed3 (diff)
downloadllvm-dbb8b7a0f4eea1aa333cec9a38aa6eb7ecf6c1dc.zip
llvm-dbb8b7a0f4eea1aa333cec9a38aa6eb7ecf6c1dc.tar.gz
llvm-dbb8b7a0f4eea1aa333cec9a38aa6eb7ecf6c1dc.tar.bz2
Reapply "[OpenMP][libc] Remove special handling for OpenMP printf (#98940)"
This reverts commit fea5914c926e2f013a8b5e27eaa74c7047fb2c71.
Diffstat (limited to 'clang/lib/CodeGen/CodeGenFunction.h')
-rw-r--r--clang/lib/CodeGen/CodeGenFunction.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/clang/lib/CodeGen/CodeGenFunction.h b/clang/lib/CodeGen/CodeGenFunction.h
index bd62c65..89cc819 100644
--- a/clang/lib/CodeGen/CodeGenFunction.h
+++ b/clang/lib/CodeGen/CodeGenFunction.h
@@ -4536,7 +4536,6 @@ public:
RValue EmitNVPTXDevicePrintfCallExpr(const CallExpr *E);
RValue EmitAMDGPUDevicePrintfCallExpr(const CallExpr *E);
- RValue EmitOpenMPDevicePrintfCallExpr(const CallExpr *E);
RValue EmitBuiltinExpr(const GlobalDecl GD, unsigned BuiltinID,
const CallExpr *E, ReturnValueSlot ReturnValue);