Remove several unused variables.
[oota-llvm.git] / lib / Transforms / Utils / LowerInvoke.cpp
index f66b54d5067295abffb82d4e9915b8a5d380a15a..9799a30f6a0f51fccba691c05ba65c18e0514fb6 100644 (file)
@@ -346,7 +346,6 @@ splitLiveRangesLiveAcrossInvokes(SmallVectorImpl<InvokeInst*> &Invokes) {
       // Scan all of the uses and see if the live range is live across an unwind
       // edge.  If we find a use live across an invoke edge, create an alloca
       // and spill the value.
-      std::set<InvokeInst*> InvokesWithStoreInserted;
 
       // Find all of the blocks that this value is live in.
       std::set<BasicBlock*> LiveBBs;