[llvm-commits] CVS: llvm/lib/Transforms/Scalar/InstructionCombining.cpp
Devang Patel
dpatel at apple.com
Thu Oct 19 12:21:52 PDT 2006
Changes in directory llvm/lib/Transforms/Scalar:
InstructionCombining.cpp updated: 1.522 -> 1.523
---
Log message:
Typo 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.522 llvm/lib/Transforms/Scalar/InstructionCombining.cpp:1.523
--- llvm/lib/Transforms/Scalar/InstructionCombining.cpp:1.522 Thu Oct 19 14:05:38 2006
+++ llvm/lib/Transforms/Scalar/InstructionCombining.cpp Thu Oct 19 14:21:36 2006
@@ -4790,7 +4790,7 @@
// %A = cast short %X to uint
// %B = setgt uint %A, 1330
//
- // It is incorrect to tranform this into
+ // It is incorrect to transform this into
//
// %B = setgt short %X, 1330
//
More information about the llvm-commits
mailing list