summaryrefslogtreecommitdiffstats
path: root/clang/lib/CodeGen/CGOpenMPRuntime.cpp
diff options
context:
space:
mode:
authorHans Wennborg <hans@hanshq.net>2017-11-18 00:49:18 +0000
committerHans Wennborg <hans@hanshq.net>2017-11-18 00:49:18 +0000
commit989a65cd29d4d1eefdfafd649b7b2f3dcce8bbb7 (patch)
treed220f7647f13e4604bc653a90b12aa16cbcec680 /clang/lib/CodeGen/CGOpenMPRuntime.cpp
parent20782346970113c2f567ae04a0e6508d725cc45a (diff)
downloadbcm5719-llvm-989a65cd29d4d1eefdfafd649b7b2f3dcce8bbb7.tar.gz
bcm5719-llvm-989a65cd29d4d1eefdfafd649b7b2f3dcce8bbb7.zip
Fix some -Wunused-variable warnings
llvm-svn: 318578
Diffstat (limited to 'clang/lib/CodeGen/CGOpenMPRuntime.cpp')
-rw-r--r--clang/lib/CodeGen/CGOpenMPRuntime.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/clang/lib/CodeGen/CGOpenMPRuntime.cpp b/clang/lib/CodeGen/CGOpenMPRuntime.cpp
index 106ce78235b..bed6f56f01a 100644
--- a/clang/lib/CodeGen/CGOpenMPRuntime.cpp
+++ b/clang/lib/CodeGen/CGOpenMPRuntime.cpp
@@ -3923,7 +3923,6 @@ static llvm::Value *emitDestructorsFunction(CodeGenModule &CGM,
ImplicitParamDecl::Other);
Args.push_back(&GtidArg);
Args.push_back(&TaskTypeArg);
- FunctionType::ExtInfo Info;
auto &DestructorFnInfo =
CGM.getTypes().arrangeBuiltinFunctionDeclaration(KmpInt32Ty, Args);
auto *DestructorFnTy = CGM.getTypes().GetFunctionType(DestructorFnInfo);
OpenPOWER on IntegriCloud