[llvm-commits] CVS: llvm/lib/Target/Sparc/SparcV9.td

Chris Lattner lattner at cs.uiuc.edu
Fri Jun 20 18:16:00 PDT 2003


Changes in directory llvm/lib/Target/Sparc:

SparcV9.td updated: 1.20 -> 1.21

---
Log message:

Some preprocessors doen't support // comments and get confused


---
Diffs of the changes:

Index: llvm/lib/Target/Sparc/SparcV9.td
diff -u llvm/lib/Target/Sparc/SparcV9.td:1.20 llvm/lib/Target/Sparc/SparcV9.td:1.21
--- llvm/lib/Target/Sparc/SparcV9.td:1.20	Fri Jun  6 04:52:23 2003
+++ llvm/lib/Target/Sparc/SparcV9.td	Fri Jun 20 18:14:50 2003
@@ -121,7 +121,7 @@
 #endif
 
 // Section A.6: Branch on Integer condition codes (Bicc) - p146
-#if 0 // instead of using deprecated version, use the predicted version below
+#if 0 /* instead of using deprecated version, use the predicted version below */
 set isDeprecated = 1 in {
   set op2 = 0b010 in {
     def BA     : F2_2<0b1000, "ba">;              // Branch always





More information about the llvm-commits mailing list