projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
85415ed
)
Typo Typo.
author
Devang Patel
<dpatel@apple.com>
Thu, 19 Oct 2006 19:21:36 +0000
(19:21 +0000)
committer
Devang Patel
<dpatel@apple.com>
Thu, 19 Oct 2006 19:21:36 +0000
(19:21 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@31055
91177308
-0d34-0410-b5e6-
96231b3b80d8
lib/Transforms/Scalar/InstructionCombining.cpp
patch
|
blob
|
history
diff --git
a/lib/Transforms/Scalar/InstructionCombining.cpp
b/lib/Transforms/Scalar/InstructionCombining.cpp
index 652f7621a4ac9d69b38c77e0329f7d6ec8477869..7e75dcab1df5903a1a4b31bfa3d51618c25d1377 100644
(file)
--- a/
lib/Transforms/Scalar/InstructionCombining.cpp
+++ b/
lib/Transforms/Scalar/InstructionCombining.cpp
@@
-4790,7
+4790,7
@@
Instruction *InstCombiner::visitSetCondInstWithCastAndCast(SetCondInst &SCI) {
// %A = cast short %X to uint
// %B = setgt uint %A, 1330
//
- // It is incorrect to tranform this into
+ // It is incorrect to tran
s
form this into
//
// %B = setgt short %X, 1330
//