[llvm-commits] [llvm] r97776 - /llvm/trunk/lib/Target/ARM/ARMInstrThumb2.td

Johnny Chen johnny.chen at apple.com
Thu Mar 4 17:45:46 PST 2010


Author: johnny
Date: Thu Mar  4 19:45:46 2010
New Revision: 97776

URL: http://llvm.org/viewvc/llvm-project?rev=97776&view=rev
Log:
Trivial comment change.

Modified:
    llvm/trunk/lib/Target/ARM/ARMInstrThumb2.td

Modified: llvm/trunk/lib/Target/ARM/ARMInstrThumb2.td
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/Target/ARM/ARMInstrThumb2.td?rev=97776&r1=97775&r2=97776&view=diff
==============================================================================
--- llvm/trunk/lib/Target/ARM/ARMInstrThumb2.td (original)
+++ llvm/trunk/lib/Target/ARM/ARMInstrThumb2.td Thu Mar  4 19:45:46 2010
@@ -1134,7 +1134,7 @@
     let Inst{11-8} = 0b1100;
   }
 
-  // A8.6.118 #0 and #-0 differs.  Maps -0 to -1, -1 to -2, ..., etc.
+  // A8.6.118 #0 and #-0 differs.  Translates -0 to -1, -1 to -2, ..., etc.
   def pci : T2I<(outs), (ins GPR:$base, i32imm:$imm), IIC_iLoadi, opc,
                 "\t[pc, ${imm:negzero}]", []> {
     let Inst{31-25} = 0b1111100;





More information about the llvm-commits mailing list