[llvm-commits] CVS: llvm/lib/Target/Sparc/RegAlloc/PhyRegAlloc.cpp

Brian Gaeke gaeke at cs.uiuc.edu
Wed Feb 11 22:02:08 PST 2004


Changes in directory llvm/lib/Target/Sparc/RegAlloc:

PhyRegAlloc.cpp updated: 1.134 -> 1.135

---
Log message:

Remove this MachineOpCodeFlags assertion - its test can never be false.

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

Index: llvm/lib/Target/Sparc/RegAlloc/PhyRegAlloc.cpp
diff -u llvm/lib/Target/Sparc/RegAlloc/PhyRegAlloc.cpp:1.134 llvm/lib/Target/Sparc/RegAlloc/PhyRegAlloc.cpp:1.135
--- llvm/lib/Target/Sparc/RegAlloc/PhyRegAlloc.cpp:1.134	Wed Feb 11 20:27:09 2004
+++ llvm/lib/Target/Sparc/RegAlloc/PhyRegAlloc.cpp	Wed Feb 11 22:01:07 2004
@@ -530,8 +530,6 @@
                          AddedInstrMap[DelaySlotMI].InstrnsAfter.size()  > 0));
 
           if (cond1 || cond2) {
-              assert((MII->getOpCodeFlags() & AnnulFlag) == 0 &&
-                     "FIXME: Moving an annulled delay slot instruction!"); 
               assert(delaySlots==1 &&
                      "InsertBefore does not yet handle >1 delay slots!");
 





More information about the llvm-commits mailing list