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:
2a2cb28
)
Fix format for setc instruction.
author
Richard Osborne
<richard@xmos.com>
Wed, 23 Feb 2011 15:20:16 +0000
(15:20 +0000)
committer
Richard Osborne
<richard@xmos.com>
Wed, 23 Feb 2011 15:20:16 +0000
(15:20 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@126314
91177308
-0d34-0410-b5e6-
96231b3b80d8
lib/Target/XCore/XCoreInstrInfo.td
patch
|
blob
|
history
diff --git
a/lib/Target/XCore/XCoreInstrInfo.td
b/lib/Target/XCore/XCoreInstrInfo.td
index 8806af2a40f72982cfb77cb7484de74da5b617c9..5c7da24ad7befb1a7a84522a123e6d2a7f6f59cb 100644
(file)
--- a/
lib/Target/XCore/XCoreInstrInfo.td
+++ b/
lib/Target/XCore/XCoreInstrInfo.td
@@
-831,7
+831,7
@@
def CLZ_l2r : _FL2R<(outs GRRegs:$dst), (ins GRRegs:$src),
"clz $dst, $src",
[(set GRRegs:$dst, (ctlz GRRegs:$src))]>;
-def SETC_l2r : _F
RU6
<(outs), (ins GRRegs:$r, GRRegs:$val),
+def SETC_l2r : _F
L2R
<(outs), (ins GRRegs:$r, GRRegs:$val),
"setc res[$r], $val",
[(int_xcore_setc GRRegs:$r, GRRegs:$val)]>;