summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/ARC
diff options
context:
space:
mode:
authorYan Luo <Yan.Luo2@synopsys.com>2018-04-12 04:26:49 +0000
committerYan Luo <Yan.Luo2@synopsys.com>2018-04-12 04:26:49 +0000
commitbedca0b41beca52fee97914a3c921e93e933c7f6 (patch)
treeef2cec2ef6c0ba2b3800354182f45b0be8401473 /llvm/lib/Target/ARC
parentcaaccee77d323e55c92b7ceccdbba0a99fad4e2b (diff)
downloadbcm5719-llvm-bedca0b41beca52fee97914a3c921e93e933c7f6.tar.gz
bcm5719-llvm-bedca0b41beca52fee97914a3c921e93e933c7f6.zip
Test commit access
llvm-svn: 329870
Diffstat (limited to 'llvm/lib/Target/ARC')
-rw-r--r--llvm/lib/Target/ARC/ARCInstrFormats.td2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Target/ARC/ARCInstrFormats.td b/llvm/lib/Target/ARC/ARCInstrFormats.td
index 50edddd4ea9..0a49b83ef16 100644
--- a/llvm/lib/Target/ARC/ARCInstrFormats.td
+++ b/llvm/lib/Target/ARC/ARCInstrFormats.td
@@ -62,7 +62,7 @@ class InstARC<int sz, dag outs, dag ins, string asmstr, list<dag> pattern>
let Namespace = "ARC";
dag OutOperandList = outs;
dag InOperandList = ins;
- let AsmString = asmstr;
+ let AsmString = asmstr;
let Pattern = pattern;
let Size = sz;
}
OpenPOWER on IntegriCloud