aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/ARM/ARMTargetMachine.cpp
diff options
context:
space:
mode:
authorEvan Cheng <evan.cheng@apple.com>2010-06-09 03:49:12 +0000
committerEvan Cheng <evan.cheng@apple.com>2010-06-09 03:49:12 +0000
commit34aa4238142371d35d3774435b21cb966b2a2c28 (patch)
tree8b047d15096da5ae5ab7208c92678891877896a6 /lib/Target/ARM/ARMTargetMachine.cpp
parent98dc202be01fb34f26d03d4069793974677a4a66 (diff)
downloadexternal_llvm-34aa4238142371d35d3774435b21cb966b2a2c28.zip
external_llvm-34aa4238142371d35d3774435b21cb966b2a2c28.tar.gz
external_llvm-34aa4238142371d35d3774435b21cb966b2a2c28.tar.bz2
Typo.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@105677 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target/ARM/ARMTargetMachine.cpp')
-rw-r--r--lib/Target/ARM/ARMTargetMachine.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Target/ARM/ARMTargetMachine.cpp b/lib/Target/ARM/ARMTargetMachine.cpp
index 0060c23..4ec26db 100644
--- a/lib/Target/ARM/ARMTargetMachine.cpp
+++ b/lib/Target/ARM/ARMTargetMachine.cpp
@@ -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) {