[llvm-commits] CVS: llvm/lib/Transforms/LevelRaise.cpp

Chris Lattner lattner at cs.uiuc.edu
Sun May 14 11:34:10 PDT 2006



Changes in directory llvm/lib/Transforms:

LevelRaise.cpp updated: 1.109 -> 1.110
---
Log message:

remove dead variables


---
Diffs of the changes:  (+0 -1)

 LevelRaise.cpp |    1 -
 1 files changed, 1 deletion(-)


Index: llvm/lib/Transforms/LevelRaise.cpp
diff -u llvm/lib/Transforms/LevelRaise.cpp:1.109 llvm/lib/Transforms/LevelRaise.cpp:1.110
--- llvm/lib/Transforms/LevelRaise.cpp:1.109	Sun Jan 22 17:32:06 2006
+++ llvm/lib/Transforms/LevelRaise.cpp	Sun May 14 13:33:57 2006
@@ -103,7 +103,6 @@
 
   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:






More information about the llvm-commits mailing list