Remove isTwoAddress from Sparc.
authorEric Christopher <echristo@apple.com>
Mon, 21 Jun 2010 20:22:35 +0000 (20:22 +0000)
committerEric Christopher <echristo@apple.com>
Mon, 21 Jun 2010 20:22:35 +0000 (20:22 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@106466 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Target/Sparc/SparcInstrInfo.td

index 9489580e900c051cfa8e35af7556fa5d8e8cdc7d..ddadd51a93a423aa3210834dda62921e9f6a729e 100644 (file)
@@ -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