summaryrefslogtreecommitdiffstats
path: root/llvm/lib
diff options
context:
space:
mode:
authorJim Grosbach <grosbach@apple.com>2011-07-29 17:33:29 +0000
committerJim Grosbach <grosbach@apple.com>2011-07-29 17:33:29 +0000
commit47859c8ab0db152912493ab234836804f641a7eb (patch)
tree1295884f25efd7fd29e478ddc5e23d06bbd28003 /llvm/lib
parentabe75904a82b352e8a7e1e9d335e235269d14180 (diff)
downloadbcm5719-llvm-47859c8ab0db152912493ab234836804f641a7eb.tar.gz
bcm5719-llvm-47859c8ab0db152912493ab234836804f641a7eb.zip
Tweak comment.
llvm-svn: 136468
Diffstat (limited to 'llvm/lib')
-rw-r--r--llvm/lib/Target/ARM/ARMInstrInfo.td2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Target/ARM/ARMInstrInfo.td b/llvm/lib/Target/ARM/ARMInstrInfo.td
index 1a23651d8d3..a6ff53d890c 100644
--- a/llvm/lib/Target/ARM/ARMInstrInfo.td
+++ b/llvm/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;
OpenPOWER on IntegriCloud