diff options
Diffstat (limited to 'clang/lib/CodeGen/CGOpenMPRuntimeGPU.h')
| -rw-r--r-- | clang/lib/CodeGen/CGOpenMPRuntimeGPU.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/clang/lib/CodeGen/CGOpenMPRuntimeGPU.h b/clang/lib/CodeGen/CGOpenMPRuntimeGPU.h index 141436f26230..4d586ec972f8 100644 --- a/clang/lib/CodeGen/CGOpenMPRuntimeGPU.h +++ b/clang/lib/CodeGen/CGOpenMPRuntimeGPU.h @@ -150,9 +150,6 @@ public: CodeGenFunction &CGF, const std::pair<llvm::Value *, llvm::Value *> &AddrSizePair) override; - /// Get the GPU warp size. - llvm::Value *getGPUWarpSize(CodeGenFunction &CGF); - /// Get the id of the current thread on the GPU. llvm::Value *getGPUThreadID(CodeGenFunction &CGF); |
