aboutsummaryrefslogtreecommitdiff
path: root/clang/lib/CodeGen/CodeGenFunction.h
diff options
context:
space:
mode:
authorJon Chesterfield <jonathanchesterfield@gmail.com>2021-11-08 20:28:57 +0000
committerJon Chesterfield <jonathanchesterfield@gmail.com>2021-11-08 20:28:57 +0000
commit0fa45d6d8067d71a8dccac7d942c53b5fd80e499 (patch)
tree1bf61bad861e25f51b875cc87142f98ca3b41a37 /clang/lib/CodeGen/CodeGenFunction.h
parentdc9edc6a6dba6e0a580775633f55240e5ada1772 (diff)
downloadllvm-0fa45d6d8067d71a8dccac7d942c53b5fd80e499.zip
llvm-0fa45d6d8067d71a8dccac7d942c53b5fd80e499.tar.gz
llvm-0fa45d6d8067d71a8dccac7d942c53b5fd80e499.tar.bz2
Revert "[OpenMP] Lower printf to __llvm_omp_vprintf"
This reverts commit db81d8f6c4d6c4f8dfaa036d6959528c9f14e7d7.
Diffstat (limited to 'clang/lib/CodeGen/CodeGenFunction.h')
-rw-r--r--clang/lib/CodeGen/CodeGenFunction.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/clang/lib/CodeGen/CodeGenFunction.h b/clang/lib/CodeGen/CodeGenFunction.h
index a57bc69..dd60e21 100644
--- a/clang/lib/CodeGen/CodeGenFunction.h
+++ b/clang/lib/CodeGen/CodeGenFunction.h
@@ -4070,9 +4070,10 @@ public:
RValue EmitCUDAKernelCallExpr(const CUDAKernelCallExpr *E,
ReturnValueSlot ReturnValue);
- RValue EmitNVPTXDevicePrintfCallExpr(const CallExpr *E);
- RValue EmitAMDGPUDevicePrintfCallExpr(const CallExpr *E);
- RValue EmitOpenMPDevicePrintfCallExpr(const CallExpr *E);
+ RValue EmitNVPTXDevicePrintfCallExpr(const CallExpr *E,
+ ReturnValueSlot ReturnValue);
+ RValue EmitAMDGPUDevicePrintfCallExpr(const CallExpr *E,
+ ReturnValueSlot ReturnValue);
RValue EmitBuiltinExpr(const GlobalDecl GD, unsigned BuiltinID,
const CallExpr *E, ReturnValueSlot ReturnValue);