[llvm-commits] [llvm] r105677 - /llvm/trunk/lib/Target/ARM/ARMTargetMachine.cpp

Evan Cheng evan.cheng at apple.com
Tue Jun 8 20:49:12 PDT 2010


Author: evancheng
Date: Tue Jun  8 22:49:12 2010
New Revision: 105677

URL: http://llvm.org/viewvc/llvm-project?rev=105677&view=rev
Log:
Typo.

Modified:
    llvm/trunk/lib/Target/ARM/ARMTargetMachine.cpp

Modified: llvm/trunk/lib/Target/ARM/ARMTargetMachine.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/Target/ARM/ARMTargetMachine.cpp?rev=105677&r1=105676&r2=105677&view=diff
==============================================================================
--- llvm/trunk/lib/Target/ARM/ARMTargetMachine.cpp (original)
+++ llvm/trunk/lib/Target/ARM/ARMTargetMachine.cpp Tue Jun  8 22:49:12 2010
@@ -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) {





More information about the llvm-commits mailing list