commit | 34aa4238142371d35d3774435b21cb966b2a2c28 | [log] [tgz] |
---|---|---|
author | Evan Cheng <evan.cheng@apple.com> | Wed Jun 09 03:49:12 2010 +0000 |
committer | Evan Cheng <evan.cheng@apple.com> | Wed Jun 09 03:49:12 2010 +0000 |
tree | 8b047d15096da5ae5ab7208c92678891877896a6 | |
parent | 98dc202be01fb34f26d03d4069793974677a4a66 [diff] [blame] |
Typo. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@105677 91177308-0d34-0410-b5e6-96231b3b80d8
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 @@ 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) {