commit | 472530d9fca9116ddf20977ebacbe494030ba7fc | [log] [tgz] |
---|---|---|
author | Devang Patel <dpatel@apple.com> | Thu Oct 19 19:05:38 2006 +0000 |
committer | Devang Patel <dpatel@apple.com> | Thu Oct 19 19:05:38 2006 +0000 |
tree | 964f591ec18ec3e7d68bd65ddcbb9164573687a8 | |
parent | b42aef4925b7679268f222b3ba55b08b66bdcb37 [diff] [blame] |
Typo. llvm-svn: 31054
diff --git a/llvm/lib/Transforms/Scalar/InstructionCombining.cpp b/llvm/lib/Transforms/Scalar/InstructionCombining.cpp index 9ebb530..652f762 100644 --- a/llvm/lib/Transforms/Scalar/InstructionCombining.cpp +++ b/llvm/lib/Transforms/Scalar/InstructionCombining.cpp
@@ -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 //