diff options
author | Jim Grosbach <grosbach@apple.com> | 2010-10-13 20:38:04 +0000 |
---|---|---|
committer | Jim Grosbach <grosbach@apple.com> | 2010-10-13 20:38:04 +0000 |
commit | fb07ef19cc4318920d0a1ed2904f712e79760b07 (patch) | |
tree | 5ede636e160459337a4fdbcd330b4f9089f95f8c /llvm/lib/Target/ARM | |
parent | efc066829b6d06587893a8eb2d7f89dbf23483a2 (diff) | |
download | bcm5719-llvm-fb07ef19cc4318920d0a1ed2904f712e79760b07.tar.gz bcm5719-llvm-fb07ef19cc4318920d0a1ed2904f712e79760b07.zip |
Add a FIXME.
llvm-svn: 116428
Diffstat (limited to 'llvm/lib/Target/ARM')
-rw-r--r-- | llvm/lib/Target/ARM/ARMInstrInfo.td | 1 |
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]> { |