aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Transforms
diff options
context:
space:
mode:
authorDevang Patel <dpatel@apple.com>2006-10-19 19:05:38 +0000
committerDevang Patel <dpatel@apple.com>2006-10-19 19:05:38 +0000
commit85415ed270c9f8530c94b1acec7b60d8e2d674a3 (patch)
treed86b5762db4f2813a73ccfa2df6d1a3424457832 /lib/Transforms
parent6ce890b6ec6ee7823a225608967a94cc6bdbd06e (diff)
downloadexternal_llvm-85415ed270c9f8530c94b1acec7b60d8e2d674a3.zip
external_llvm-85415ed270c9f8530c94b1acec7b60d8e2d674a3.tar.gz
external_llvm-85415ed270c9f8530c94b1acec7b60d8e2d674a3.tar.bz2
Typo.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@31054 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Transforms')
-rw-r--r--lib/Transforms/Scalar/InstructionCombining.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Transforms/Scalar/InstructionCombining.cpp b/lib/Transforms/Scalar/InstructionCombining.cpp
index 9ebb530..652f762 100644
--- 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 transformt this into
+ // It is incorrect to tranform this into
//
// %B = setgt short %X, 1330
//