summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Transforms
diff options
context:
space:
mode:
authorDevang Patel <dpatel@apple.com>2006-10-19 19:21:36 +0000
committerDevang Patel <dpatel@apple.com>2006-10-19 19:21:36 +0000
commit88afd00d1d2aa1533d990f54431cff1ed9296f47 (patch)
tree5d8a5c20bc399864c223548e40eb329aa8a9734c /llvm/lib/Transforms
parent472530d9fca9116ddf20977ebacbe494030ba7fc (diff)
downloadbcm5719-llvm-88afd00d1d2aa1533d990f54431cff1ed9296f47.tar.gz
bcm5719-llvm-88afd00d1d2aa1533d990f54431cff1ed9296f47.zip
Typo Typo.
llvm-svn: 31055
Diffstat (limited to 'llvm/lib/Transforms')
-rw-r--r--llvm/lib/Transforms/Scalar/InstructionCombining.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Transforms/Scalar/InstructionCombining.cpp b/llvm/lib/Transforms/Scalar/InstructionCombining.cpp
index 652f7621a4a..7e75dcab1df 100644
--- a/llvm/lib/Transforms/Scalar/InstructionCombining.cpp
+++ b/llvm/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 transform this into
//
// %B = setgt short %X, 1330
//
OpenPOWER on IntegriCloud