diff options
author | Hans Wennborg <hans@hanshq.net> | 2017-11-18 00:49:18 +0000 |
---|---|---|
committer | Hans Wennborg <hans@hanshq.net> | 2017-11-18 00:49:18 +0000 |
commit | 989a65cd29d4d1eefdfafd649b7b2f3dcce8bbb7 (patch) | |
tree | d220f7647f13e4604bc653a90b12aa16cbcec680 /clang/lib/CodeGen/CGStmtOpenMP.cpp | |
parent | 20782346970113c2f567ae04a0e6508d725cc45a (diff) | |
download | bcm5719-llvm-989a65cd29d4d1eefdfafd649b7b2f3dcce8bbb7.tar.gz bcm5719-llvm-989a65cd29d4d1eefdfafd649b7b2f3dcce8bbb7.zip |
Fix some -Wunused-variable warnings
llvm-svn: 318578
Diffstat (limited to 'clang/lib/CodeGen/CGStmtOpenMP.cpp')
-rw-r--r-- | clang/lib/CodeGen/CGStmtOpenMP.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/clang/lib/CodeGen/CGStmtOpenMP.cpp b/clang/lib/CodeGen/CGStmtOpenMP.cpp index 45f07a8406f..e41feb6dd2b 100644 --- a/clang/lib/CodeGen/CGStmtOpenMP.cpp +++ b/clang/lib/CodeGen/CGStmtOpenMP.cpp @@ -357,7 +357,6 @@ static llvm::Function *emitOutlinedFunctionPrologue( CD->param_end()); // Create the function declaration. - FunctionType::ExtInfo ExtInfo; const CGFunctionInfo &FuncInfo = CGM.getTypes().arrangeBuiltinFunctionDeclaration(Ctx.VoidTy, TargetArgs); llvm::FunctionType *FuncLLVMTy = CGM.getTypes().GetFunctionType(FuncInfo); |