diff options
Diffstat (limited to 'contrib/llvm-project/clang/lib/CodeGen/TargetInfo.h')
-rw-r--r-- | contrib/llvm-project/clang/lib/CodeGen/TargetInfo.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/llvm-project/clang/lib/CodeGen/TargetInfo.h b/contrib/llvm-project/clang/lib/CodeGen/TargetInfo.h index dfdb2f5f55bb..bdd64977b475 100644 --- a/contrib/llvm-project/clang/lib/CodeGen/TargetInfo.h +++ b/contrib/llvm-project/clang/lib/CodeGen/TargetInfo.h @@ -329,7 +329,7 @@ public: virtual llvm::Function * createEnqueuedBlockKernel(CodeGenFunction &CGF, llvm::Function *BlockInvokeFunc, - llvm::Value *BlockLiteral) const; + llvm::Type *BlockTy) const; /// \return true if the target supports alias from the unmangled name to the /// mangled name of functions declared within an extern "C" region and marked |