summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJim Grosbach <grosbach@apple.com>2010-10-13 20:38:04 +0000
committerJim Grosbach <grosbach@apple.com>2010-10-13 20:38:04 +0000
commitfb07ef19cc4318920d0a1ed2904f712e79760b07 (patch)
tree5ede636e160459337a4fdbcd330b4f9089f95f8c
parentefc066829b6d06587893a8eb2d7f89dbf23483a2 (diff)
downloadbcm5719-llvm-fb07ef19cc4318920d0a1ed2904f712e79760b07.tar.gz
bcm5719-llvm-fb07ef19cc4318920d0a1ed2904f712e79760b07.zip
Add a FIXME.
llvm-svn: 116428
-rw-r--r--llvm/lib/Target/ARM/ARMInstrInfo.td1
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/lib/Target/ARM/ARMInstrInfo.td b/llvm/lib/Target/ARM/ARMInstrInfo.td
index c560d99f573..92924ff2b35 100644
--- a/llvm/lib/Target/ARM/ARMInstrInfo.td
+++ b/llvm/lib/Target/ARM/ARMInstrInfo.td
@@ -882,6 +882,7 @@ def BKPT : AI<(outs), (ins i32imm:$val), MiscFrm, NoItinerary, "bkpt", "\t$val",
// opt{5} = changemode from Inst{17}
// opt{8-6} = AIF from Inst{8-6}
// opt{10-9} = imod from Inst{19-18} with 0b10 as enable and 0b11 as disable
+// FIXME: Integrated assembler will need these split out.
def CPS : AXI<(outs), (ins cps_opt:$opt), MiscFrm, NoItinerary, "cps$opt",
[/* For disassembly only; pattern left blank */]>,
Requires<[IsARM]> {
OpenPOWER on IntegriCloud