fix a bunch of partially ambiguous patterns on ARM. As an
[oota-llvm.git] / lib / Target / ARM / ARMInstrThumb2.td
index 9f6822b69721deb4ecd56b541758b84234f21684..6241766a32df7eb99a05c4c26aed7069826f897d 100644 (file)
@@ -1134,7 +1134,7 @@ multiclass T2Ipl<bit instr, bit write, string opc> {
     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;