diff options
Diffstat (limited to 'lib/CodeGen/CGException.cpp')
-rw-r--r-- | lib/CodeGen/CGException.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/CodeGen/CGException.cpp b/lib/CodeGen/CGException.cpp index 0f201b5601..b15b2e9b3b 100644 --- a/lib/CodeGen/CGException.cpp +++ b/lib/CodeGen/CGException.cpp @@ -326,6 +326,7 @@ void CodeGenFunction::EmitStartEHSpec(const Decl *D) { llvm::BasicBlock *Unwind = 0; assert(PrevLandingPad == 0 && "EHSpec has invoke context"); + (void)PrevLandingPad; llvm::BasicBlock *Cont = createBasicBlock("cont"); |