[llvm-commits] CVS: llvm/lib/Target/Sparc/SparcInstr.def

Vikram Adve vadve at cs.uiuc.edu
Fri Jun 20 06:33:01 PDT 2003


Changes in directory llvm/lib/Target/Sparc:

SparcInstr.def updated: 1.21 -> 1.22

---
Log message:

RDCCR defines arg. #1, not arg. #2.


---
Diffs of the changes:

Index: llvm/lib/Target/Sparc/SparcInstr.def
diff -u llvm/lib/Target/Sparc/SparcInstr.def:1.21 llvm/lib/Target/Sparc/SparcInstr.def:1.22
--- llvm/lib/Target/Sparc/SparcInstr.def:1.21	Wed Jun 18 10:09:02 2003
+++ llvm/lib/Target/Sparc/SparcInstr.def	Fri Jun 20 06:32:11 2003
@@ -525,7 +525,7 @@
 I(RESTOREi, "restore",	3,  2, B12, true , 0, 1,  SPARC_SINGLE, M_INT_FLAG | M_ARITH_FLAG)
 
 // Read and Write CCR register from/to an int reg
-I(RDCCR,  "rd",         2,   2, 0, false,  0,  1,  SPARC_SINGLE,  M_INT_FLAG | M_CC_FLAG)
+I(RDCCR,  "rd",         2,   1, 0, false,  0,  1,  SPARC_SINGLE,  M_INT_FLAG | M_CC_FLAG)
 I(WRCCRr,  "wr",         3,   2, 0, false,  0,  1,  SPARC_SINGLE,  M_INT_FLAG | M_CC_FLAG)
 I(WRCCRi,  "wr",         3,   2, 0, false,  0,  1,  SPARC_SINGLE,  M_INT_FLAG | M_CC_FLAG)
 





More information about the llvm-commits mailing list