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

Brian Gaeke gaeke at cs.uiuc.edu
Wed Aug 18 13:04:40 PDT 2004



Changes in directory llvm/lib/Target/SparcV9:

SparcV9Instr.def updated: 1.28 -> 1.29
---
Log message:

M_DUMMY_PHI_FLAG is no longer used to distinguish V9::PHI. Get rid of it and
its TargetInstrInfo accessor.


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

Index: llvm/lib/Target/SparcV9/SparcV9Instr.def
diff -u llvm/lib/Target/SparcV9/SparcV9Instr.def:1.28 llvm/lib/Target/SparcV9/SparcV9Instr.def:1.29
--- llvm/lib/Target/SparcV9/SparcV9Instr.def:1.28	Wed Aug 18 12:44:16 2004
+++ llvm/lib/Target/SparcV9/SparcV9Instr.def	Wed Aug 18 15:04:28 2004
@@ -530,8 +530,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_NONE,  M_DUMMY_PHI_FLAG)
-
+I(PHI, "<phi>", 	-1, 0,   0, false, 0, 0,  SPARC_NONE,  0)
 
 #undef B5
 #undef B6






More information about the llvm-commits mailing list