summaryrefslogtreecommitdiffstats
path: root/llvm/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
commit83c64ee8de0842433aeaf52ed3750ae8495366e1 (patch)
treedf1ac34bbf026c8065f3aa24564414c755b1e509 /llvm/lib/Target/ARM/ARMTargetMachine.cpp
parent6bb986d53014d53650a644ece3b36e8f258b6b30 (diff)
downloadbcm5719-llvm-83c64ee8de0842433aeaf52ed3750ae8495366e1.tar.gz
bcm5719-llvm-83c64ee8de0842433aeaf52ed3750ae8495366e1.zip
Typo.
llvm-svn: 105677
Diffstat (limited to 'llvm/lib/Target/ARM/ARMTargetMachine.cpp')
-rw-r--r--llvm/lib/Target/ARM/ARMTargetMachine.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Target/ARM/ARMTargetMachine.cpp b/llvm/lib/Target/ARM/ARMTargetMachine.cpp
index 0060c23dd3f..4ec26db2882 100644
--- a/llvm/lib/Target/ARM/ARMTargetMachine.cpp
+++ b/llvm/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) {
OpenPOWER on IntegriCloud