Replace FIXME with explanatory comment.
authorJim Grosbach <grosbach@apple.com>
Wed, 18 Jan 2012 22:04:42 +0000 (22:04 +0000)
committerJim Grosbach <grosbach@apple.com>
Wed, 18 Jan 2012 22:04:42 +0000 (22:04 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@148427 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Target/ARM/ARMInstrThumb2.td

index 8cc0cdbb25116c6fec387aab4f2e3f5868504f67..da58146ec274317e5d5fc54f04632f1c6f754ac7 100644 (file)
@@ -940,7 +940,8 @@ multiclass T2I_ld<bit signed, bits<2> opcod, string opc,
     let DecoderMethod = "DecodeT2LoadShift";
   }
 
-  // FIXME: Is the pci variant actually needed?
+  // pci variant is very similar to i12, but supports negative offsets
+  // from the PC.
   def pci : T2Ipc <(outs target:$Rt), (ins t2ldrlabel:$addr), iii,
                    opc, ".w\t$Rt, $addr",
                    [(set target:$Rt, (opnode (ARMWrapper tconstpool:$addr)))]> {