[llvm-commits] [llvm] r106466 - /llvm/trunk/lib/Target/Sparc/SparcInstrInfo.td

Eric Christopher echristo at apple.com
Mon Jun 21 13:22:36 PDT 2010


Author: echristo
Date: Mon Jun 21 15:22:35 2010
New Revision: 106466

URL: http://llvm.org/viewvc/llvm-project?rev=106466&view=rev
Log:
Remove isTwoAddress from Sparc.

Modified:
    llvm/trunk/lib/Target/Sparc/SparcInstrInfo.td

Modified: llvm/trunk/lib/Target/Sparc/SparcInstrInfo.td
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/Target/Sparc/SparcInstrInfo.td?rev=106466&r1=106465&r2=106466&view=diff
==============================================================================
--- llvm/trunk/lib/Target/Sparc/SparcInstrInfo.td (original)
+++ llvm/trunk/lib/Target/Sparc/SparcInstrInfo.td Mon Jun 21 15:22:35 2010
@@ -665,7 +665,7 @@
 //===----------------------------------------------------------------------===//
 
 // 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





More information about the llvm-commits mailing list