projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2d58f06
)
Remove this MachineOpCodeFlags assertion - its test can never be false.
author
Brian Gaeke
<gaeke@uiuc.edu>
Thu, 12 Feb 2004 04:01:07 +0000
(
04:01
+0000)
committer
Brian Gaeke
<gaeke@uiuc.edu>
Thu, 12 Feb 2004 04:01:07 +0000
(
04:01
+0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@11342
91177308
-0d34-0410-b5e6-
96231b3b80d8
lib/Target/SparcV9/RegAlloc/PhyRegAlloc.cpp
patch
|
blob
|
history
diff --git
a/lib/Target/SparcV9/RegAlloc/PhyRegAlloc.cpp
b/lib/Target/SparcV9/RegAlloc/PhyRegAlloc.cpp
index 0cb1776f8aa18c5ec2e04fce68100ba6128d91e6..4a7d503f5b21b7e58a18b4a52ee1393164ec6e8d 100644
(file)
--- a/
lib/Target/SparcV9/RegAlloc/PhyRegAlloc.cpp
+++ b/
lib/Target/SparcV9/RegAlloc/PhyRegAlloc.cpp
@@
-530,8
+530,6
@@
void PhyRegAlloc::updateMachineCode()
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!");