diff options
| -rw-r--r-- | llvm/lib/Target/ARM/ARMTargetMachine.cpp | 2 |
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) { |

