diff options
author | Eric Christopher <echristo@apple.com> | 2010-06-21 20:22:35 +0000 |
---|---|---|
committer | Eric Christopher <echristo@apple.com> | 2010-06-21 20:22:35 +0000 |
commit | c63a404d56320c25b9510b6b0fb3eda70d619b11 (patch) | |
tree | 60ecda20911460bb2722e32b75829d6089818a6c /lib/Target/Sparc/SparcInstrInfo.td | |
parent | c452d79c430159812dbd65084ef3a5e492229c9a (diff) |
Remove isTwoAddress from Sparc.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@106466 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target/Sparc/SparcInstrInfo.td')
-rw-r--r-- | lib/Target/Sparc/SparcInstrInfo.td | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Target/Sparc/SparcInstrInfo.td b/lib/Target/Sparc/SparcInstrInfo.td index 9489580e90..ddadd51a93 100644 --- a/lib/Target/Sparc/SparcInstrInfo.td +++ b/lib/Target/Sparc/SparcInstrInfo.td @@ -665,7 +665,7 @@ let Defs = [FCC] in { //===----------------------------------------------------------------------===// // V9 Conditional Moves. -let Predicates = [HasV9], isTwoAddress = 1 in { +let Predicates = [HasV9], Constraints = "$T = $dst" in { // Move Integer Register on Condition (MOVcc) p. 194 of the V9 manual. // FIXME: Add instruction encodings for the JIT some day. def MOVICCrr |