diff options
author | Rafael Espindola <rafael.espindola@gmail.com> | 2013-10-01 13:32:03 +0000 |
---|---|---|
committer | Rafael Espindola <rafael.espindola@gmail.com> | 2013-10-01 13:32:03 +0000 |
commit | 44fee4e0eb62c691d80ed5f36cb96321b4167a6d (patch) | |
tree | 76606fd558ae8eb98363e8e98caffdaff04cc734 /llvm/lib/Transforms/Utils/LowerInvoke.cpp | |
parent | ad864049d68d44445f2eae5d186179299a86d217 (diff) | |
download | bcm5719-llvm-44fee4e0eb62c691d80ed5f36cb96321b4167a6d.tar.gz bcm5719-llvm-44fee4e0eb62c691d80ed5f36cb96321b4167a6d.zip |
Remove several unused variables.
Patch by Alp Toker.
llvm-svn: 191757
Diffstat (limited to 'llvm/lib/Transforms/Utils/LowerInvoke.cpp')
-rw-r--r-- | llvm/lib/Transforms/Utils/LowerInvoke.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/lib/Transforms/Utils/LowerInvoke.cpp b/llvm/lib/Transforms/Utils/LowerInvoke.cpp index f66b54d5067..9799a30f6a0 100644 --- a/llvm/lib/Transforms/Utils/LowerInvoke.cpp +++ b/llvm/lib/Transforms/Utils/LowerInvoke.cpp @@ -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; |