Typo.
authorEvan Cheng <evan.cheng@apple.com>
Wed, 9 Jun 2010 03:49:12 +0000 (03:49 +0000)
committerEvan Cheng <evan.cheng@apple.com>
Wed, 9 Jun 2010 03:49:12 +0000 (03:49 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@105677 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Target/ARM/ARMTargetMachine.cpp

index 0060c23dd3f034df03861c562e6b6fa1180602a1..4ec26db288279ee254b107c899a3615d778fa582 100644 (file)
@@ -24,7 +24,7 @@ using namespace llvm;
 
 static cl::opt<bool>
 EarlyITBlockFormation("thumb2-early-it-blocks", cl::Hidden,
-  cl::desc("Form IT blocks earlt, before register allocation"),
+  cl::desc("Form IT blocks early before register allocation"),
   cl::init(false));
 
 static MCAsmInfo *createMCAsmInfo(const Target &T, StringRef TT) {