diff options
author | Chris Lattner <sabre@nondot.org> | 2006-05-14 18:33:57 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2006-05-14 18:33:57 +0000 |
commit | 36a169e1a37898f1ff53b1ffa299d023814db43d (patch) | |
tree | c31bda324569256a1a9299d64f4abff4e3a669e6 /lib/Transforms/LevelRaise.cpp | |
parent | 76b8a33f4a2b699212e94250234b2a53274953a1 (diff) |
remove dead variables
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@28286 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Transforms/LevelRaise.cpp')
-rw-r--r-- | lib/Transforms/LevelRaise.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/Transforms/LevelRaise.cpp b/lib/Transforms/LevelRaise.cpp index 943000c966..9cbe3b813e 100644 --- a/lib/Transforms/LevelRaise.cpp +++ b/lib/Transforms/LevelRaise.cpp @@ -103,7 +103,6 @@ bool RPR::PeepholeOptimize(BasicBlock *BB, BasicBlock::iterator &BI) { if (CastInst *CI = dyn_cast<CastInst>(I)) { Value *Src = CI->getOperand(0); - Instruction *SrcI = dyn_cast<Instruction>(Src); // Nonnull if instr source const Type *DestTy = CI->getType(); // Peephole optimize the following instruction: |