diff options
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: |