projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d217da1
)
Tweak comment.
author
Jim Grosbach
<grosbach@apple.com>
Fri, 29 Jul 2011 17:33:29 +0000
(17:33 +0000)
committer
Jim Grosbach
<grosbach@apple.com>
Fri, 29 Jul 2011 17:33:29 +0000
(17:33 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@136468
91177308
-0d34-0410-b5e6-
96231b3b80d8
lib/Target/ARM/ARMInstrInfo.td
patch
|
blob
|
history
diff --git
a/lib/Target/ARM/ARMInstrInfo.td
b/lib/Target/ARM/ARMInstrInfo.td
index 1a23651d8d39b620f095ab1ab858450220345237..a6ff53d890c8d0fe5d5faec97ba8db5a5dfc628a 100644
(file)
--- a/
lib/Target/ARM/ARMInstrInfo.td
+++ b/
lib/Target/ARM/ARMInstrInfo.td
@@
-1305,7
+1305,7
@@
def BKPT : AI<(outs), (ins imm0_65535:$val), MiscFrm, NoItinerary,
// framework to represent optional operands, change this behavior.
class CPS<dag iops, string asm_ops>
: AXI<(outs), iops, MiscFrm, NoItinerary, !strconcat("cps", asm_ops),
- [
/* For disassembly only; pattern left blank */
]>, Requires<[IsARM]> {
+ []>, Requires<[IsARM]> {
bits<2> imod;
bits<3> iflags;
bits<5> mode;