aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/XCore
diff options
context:
space:
mode:
authorEric Christopher <echristo@apple.com>2010-06-21 18:51:38 +0000
committerEric Christopher <echristo@apple.com>2010-06-21 18:51:38 +0000
commit4a232f083654e42ff049c659541d76854c314279 (patch)
treeb2b8ecaa54de0bb366035f2db789d25814f391bf /lib/Target/XCore
parent23265d005494f4159dacc40cd3899eef0086b6ab (diff)
downloadexternal_llvm-4a232f083654e42ff049c659541d76854c314279.zip
external_llvm-4a232f083654e42ff049c659541d76854c314279.tar.gz
external_llvm-4a232f083654e42ff049c659541d76854c314279.tar.bz2
Remove isTwoAddress from XCore.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@106446 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target/XCore')
-rw-r--r--lib/Target/XCore/XCoreInstrInfo.td2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Target/XCore/XCoreInstrInfo.td b/lib/Target/XCore/XCoreInstrInfo.td
index dd3cbc1..19b9b1f 100644
--- a/lib/Target/XCore/XCoreInstrInfo.td
+++ b/lib/Target/XCore/XCoreInstrInfo.td
@@ -733,7 +733,7 @@ def NEG : _F2R<(outs GRRegs:$dst), (ins GRRegs:$b),
// TODO setd, eet, eef, getts, setpt, outct, inct, chkct, outt, intt, out,
// in, outshr, inshr, testct, testwct, tinitpc, tinitdp, tinitsp, tinitcp,
// tsetmr, sext (reg), zext (reg)
-let isTwoAddress = 1 in {
+let Constraints = "$src1 = $dst" in {
let neverHasSideEffects = 1 in
def SEXT_rus : _FRUS<(outs GRRegs:$dst), (ins GRRegs:$src1, i32imm:$src2),
"sext $dst, $src2",