[llvm-commits] [llvm] r159936 - /llvm/trunk/lib/Target/ARM/AsmParser/ARMAsmParser.cpp

Richard Barton richard.barton at arm.com
Mon Jul 9 09:14:28 PDT 2012


Author: rbarton
Date: Mon Jul  9 11:14:28 2012
New Revision: 159936

URL: http://llvm.org/viewvc/llvm-project?rev=159936&view=rev
Log:
Spelling!

Modified:
    llvm/trunk/lib/Target/ARM/AsmParser/ARMAsmParser.cpp

Modified: llvm/trunk/lib/Target/ARM/AsmParser/ARMAsmParser.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/Target/ARM/AsmParser/ARMAsmParser.cpp?rev=159936&r1=159935&r2=159936&view=diff
==============================================================================
--- llvm/trunk/lib/Target/ARM/AsmParser/ARMAsmParser.cpp (original)
+++ llvm/trunk/lib/Target/ARM/AsmParser/ARMAsmParser.cpp Mon Jul  9 11:14:28 2012
@@ -7294,7 +7294,7 @@
   case ARM::t2RORrr:
   case ARM::t2BICrr:
   {
-    // Assemblers should use the narrow encodings of these instructions when permissable.
+    // Assemblers should use the narrow encodings of these instructions when permissible.
     if ((isARMLowRegister(Inst.getOperand(1).getReg()) &&
          isARMLowRegister(Inst.getOperand(2).getReg())) &&
         Inst.getOperand(0).getReg() == Inst.getOperand(1).getReg() &&
@@ -7330,7 +7330,7 @@
   case ARM::t2ADCrr:
   case ARM::t2ORRrr:
   {
-    // Assemblers should use the narrow encodings of these instructions when permissable.
+    // Assemblers should use the narrow encodings of these instructions when permissible.
     // These instructions are special in that they are commutable, so shorter encodings
     // are available more often.
     if ((isARMLowRegister(Inst.getOperand(1).getReg()) &&





More information about the llvm-commits mailing list