diff options
| author | Eric Christopher <echristo@apple.com> | 2010-06-21 18:51:38 +0000 |
|---|---|---|
| committer | Eric Christopher <echristo@apple.com> | 2010-06-21 18:51:38 +0000 |
| commit | 2401271217dbc45b815299795c5ff124c95fdaf9 (patch) | |
| tree | 5e4537e7e6626fe77c10df7fc6b292c1cb1badee /llvm/lib/Target/XCore | |
| parent | e1594072317859256e07f1f236116f904127a116 (diff) | |
| download | bcm5719-llvm-2401271217dbc45b815299795c5ff124c95fdaf9.tar.gz bcm5719-llvm-2401271217dbc45b815299795c5ff124c95fdaf9.zip | |
Remove isTwoAddress from XCore.
llvm-svn: 106446
Diffstat (limited to 'llvm/lib/Target/XCore')
| -rw-r--r-- | llvm/lib/Target/XCore/XCoreInstrInfo.td | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Target/XCore/XCoreInstrInfo.td b/llvm/lib/Target/XCore/XCoreInstrInfo.td index dd3cbc16990..19b9b1f8c00 100644 --- a/llvm/lib/Target/XCore/XCoreInstrInfo.td +++ b/llvm/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", |

