[llvm-commits] [release_20] CVS: llvm/lib/Transforms/Scalar/InstructionCombining.cpp
Tanya Lattner
tonic at nondot.org
Tue May 22 21:23:00 PDT 2007
Changes in directory llvm/lib/Transforms/Scalar:
InstructionCombining.cpp updated: 1.762.2.2 -> 1.762.2.3
---
Log message:
Merge from mainline
---
Diffs of the changes: (+1 -2)
InstructionCombining.cpp | 3 +--
1 files changed, 1 insertion(+), 2 deletions(-)
Index: llvm/lib/Transforms/Scalar/InstructionCombining.cpp
diff -u llvm/lib/Transforms/Scalar/InstructionCombining.cpp:1.762.2.2 llvm/lib/Transforms/Scalar/InstructionCombining.cpp:1.762.2.3
--- llvm/lib/Transforms/Scalar/InstructionCombining.cpp:1.762.2.2 Tue May 22 00:38:40 2007
+++ llvm/lib/Transforms/Scalar/InstructionCombining.cpp Tue May 22 23:22:41 2007
@@ -389,8 +389,7 @@
if (const IntegerType* ITy = dyn_cast<IntegerType>(Ty)) {
if (ITy->getBitWidth() < 32)
return Type::Int32Ty;
- } else if (Ty == Type::FloatTy)
- return Type::DoubleTy;
+ }
return Ty;
}
More information about the llvm-commits
mailing list