diff options
| author | Jim Grosbach <grosbach@apple.com> | 2011-07-29 17:36:04 +0000 | 
|---|---|---|
| committer | Jim Grosbach <grosbach@apple.com> | 2011-07-29 17:36:04 +0000 | 
| commit | e658f4faeb5e32798b0e6906ad10fd8ab89d085c (patch) | |
| tree | 43731e06010b1c0dae3ef657f72cd14f9aea0af3 | |
| parent | 9ea0537d2339f0c42e2f1015ed903d71bce02186 (diff) | |
| download | bcm5719-llvm-e658f4faeb5e32798b0e6906ad10fd8ab89d085c.tar.gz bcm5719-llvm-e658f4faeb5e32798b0e6906ad10fd8ab89d085c.zip  | |
Update FIXME.
llvm-svn: 136470
| -rw-r--r-- | llvm/lib/Target/ARM/ARMInstrInfo.td | 7 | 
1 files changed, 2 insertions, 5 deletions
diff --git a/llvm/lib/Target/ARM/ARMInstrInfo.td b/llvm/lib/Target/ARM/ARMInstrInfo.td index a6ff53d890c..aa68ae236c7 100644 --- a/llvm/lib/Target/ARM/ARMInstrInfo.td +++ b/llvm/lib/Target/ARM/ARMInstrInfo.td @@ -1298,11 +1298,8 @@ def BKPT : AI<(outs), (ins imm0_65535:$val), MiscFrm, NoItinerary,    let Inst{7-4} = 0b0111;  } -// Change Processor State is a system instruction -- for disassembly and -// parsing only. -// FIXME: Since the asm parser has currently no clean way to handle optional -// operands, create 3 versions of the same instruction. Once there's a clean -// framework to represent optional operands, change this behavior. +// Change Processor State +// FIXME: We should use InstAlias to handle the optional operands.  class CPS<dag iops, string asm_ops>    : AXI<(outs), iops, MiscFrm, NoItinerary, !strconcat("cps", asm_ops),          []>, Requires<[IsARM]> {  | 

