mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-19 04:32:19 +00:00
Replace FIXME with explanatory comment.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@148427 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
256ba4f42a
commit
5aa5368ccd
@ -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)))]> {
|
||||
|
Loading…
x
Reference in New Issue
Block a user