summaryrefslogtreecommitdiffstats
path: root/llvm/lib
diff options
context:
space:
mode:
authorJim Grosbach <grosbach@apple.com>2012-01-18 22:04:42 +0000
committerJim Grosbach <grosbach@apple.com>2012-01-18 22:04:42 +0000
commitcbd3f273548644f3a109ae4a0c7f127b7f407a40 (patch)
tree70e83808db7a869c025a64f5ad6d776318c83183 /llvm/lib
parent5b6889b1f67c23d6e24211e92b80be37d3d15274 (diff)
downloadbcm5719-llvm-cbd3f273548644f3a109ae4a0c7f127b7f407a40.tar.gz
bcm5719-llvm-cbd3f273548644f3a109ae4a0c7f127b7f407a40.zip
Replace FIXME with explanatory comment.
llvm-svn: 148427
Diffstat (limited to 'llvm/lib')
-rw-r--r--llvm/lib/Target/ARM/ARMInstrThumb2.td3
1 files changed, 2 insertions, 1 deletions
diff --git a/llvm/lib/Target/ARM/ARMInstrThumb2.td b/llvm/lib/Target/ARM/ARMInstrThumb2.td
index 8cc0cdbb251..da58146ec27 100644
--- a/llvm/lib/Target/ARM/ARMInstrThumb2.td
+++ b/llvm/lib/Target/ARM/ARMInstrThumb2.td
@@ -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)))]> {
OpenPOWER on IntegriCloud