Add a FIXME.
authorJim Grosbach <grosbach@apple.com>
Wed, 13 Oct 2010 20:38:04 +0000 (20:38 +0000)
committerJim Grosbach <grosbach@apple.com>
Wed, 13 Oct 2010 20:38:04 +0000 (20:38 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@116428 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Target/ARM/ARMInstrInfo.td

index c560d99f5734b3b02d1f70c42f1262fc4d829dc5..92924ff2b357104df8eddd3e7bc43d00d6bdd803 100644 (file)
@@ -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]> {