[llvm-commits] CVS: llvm/lib/Target/SparcV9/SparcV9Instr.def

Tanya Brethour tbrethou at cs.uiuc.edu
Mon Mar 1 09:06:03 PST 2004


Changes in directory llvm/lib/Target/SparcV9:

SparcV9Instr.def updated: 1.24 -> 1.25

---
Log message:

fix bug in previous checkin


---
Diffs of the changes:  (+1 -1)

Index: llvm/lib/Target/SparcV9/SparcV9Instr.def
diff -u llvm/lib/Target/SparcV9/SparcV9Instr.def:1.24 llvm/lib/Target/SparcV9/SparcV9Instr.def:1.25
--- llvm/lib/Target/SparcV9/SparcV9Instr.def:1.24	Sat Feb 28 23:58:30 2004
+++ llvm/lib/Target/SparcV9/SparcV9Instr.def	Mon Mar  1 09:05:17 2004
@@ -538,7 +538,7 @@
 
 // Synthetic phi operation for near-SSA form of machine code
 // Number of operands is variable, indicated by -1.  Result is the first op.
-I(PHI, "<phi>", 	-1, 0,   0, false, 0, 0,  SPARC_INV,  M_DUMMY_PHI_FLAG)
+I(PHI, "<phi>", 	-1, 0,   0, false, 0, 0,  SPARC_NONE,  M_DUMMY_PHI_FLAG)
 
 
 #undef B5





More information about the llvm-commits mailing list