X-Git-Url: http://plrg.eecs.uci.edu/git/?a=blobdiff_plain;f=lib%2FTransforms%2FUtils%2FLowerInvoke.cpp;h=9799a30f6a0f51fccba691c05ba65c18e0514fb6;hb=8819c84aed10777ba91d4e862229882b8da0b272;hp=f66b54d5067295abffb82d4e9915b8a5d380a15a;hpb=1c831f7f1f7e869516f5a70c1e6dd8896bef76f5;p=oota-llvm.git diff --git a/lib/Transforms/Utils/LowerInvoke.cpp b/lib/Transforms/Utils/LowerInvoke.cpp index f66b54d5067..9799a30f6a0 100644 --- a/lib/Transforms/Utils/LowerInvoke.cpp +++ b/lib/Transforms/Utils/LowerInvoke.cpp @@ -346,7 +346,6 @@ splitLiveRangesLiveAcrossInvokes(SmallVectorImpl &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 InvokesWithStoreInserted; // Find all of the blocks that this value is live in. std::set LiveBBs;