[llvm-commits] CVS: llvm/lib/Transforms/Scalar/InstructionCombining.cpp
Devang Patel
dpatel at apple.com
Thu Oct 19 12:05:53 PDT 2006
Changes in directory llvm/lib/Transforms/Scalar:
InstructionCombining.cpp updated: 1.521 -> 1.522
---
Log message:
Typo.
---
Diffs of the changes: (+1 -1)
InstructionCombining.cpp | 2 +-
1 files changed, 1 insertion(+), 1 deletion(-)
Index: llvm/lib/Transforms/Scalar/InstructionCombining.cpp
diff -u llvm/lib/Transforms/Scalar/InstructionCombining.cpp:1.521 llvm/lib/Transforms/Scalar/InstructionCombining.cpp:1.522
--- llvm/lib/Transforms/Scalar/InstructionCombining.cpp:1.521 Thu Oct 19 13:54:08 2006
+++ llvm/lib/Transforms/Scalar/InstructionCombining.cpp Thu Oct 19 14:05:38 2006
@@ -4790,7 +4790,7 @@
// %A = cast short %X to uint
// %B = setgt uint %A, 1330
//
- // It is incorrect to transformt this into
+ // It is incorrect to tranform this into
//
// %B = setgt short %X, 1330
//
More information about the llvm-commits
mailing list