diff options
author | Brian Gaeke <gaeke@uiuc.edu> | 2004-02-12 04:01:07 +0000 |
---|---|---|
committer | Brian Gaeke <gaeke@uiuc.edu> | 2004-02-12 04:01:07 +0000 |
commit | c07b64f3cb45e2300f84ee0c1cd3cb0d388d1ead (patch) | |
tree | 43c342eb1f0ab546d4ccfd2c9622d3f372cc258a /llvm/lib | |
parent | 84262c112c75991a944358c66234e9a6245226f8 (diff) | |
download | bcm5719-llvm-c07b64f3cb45e2300f84ee0c1cd3cb0d388d1ead.tar.gz bcm5719-llvm-c07b64f3cb45e2300f84ee0c1cd3cb0d388d1ead.zip |
Remove this MachineOpCodeFlags assertion - its test can never be false.
llvm-svn: 11342
Diffstat (limited to 'llvm/lib')
-rw-r--r-- | llvm/lib/Target/Sparc/RegAlloc/PhyRegAlloc.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/llvm/lib/Target/Sparc/RegAlloc/PhyRegAlloc.cpp b/llvm/lib/Target/Sparc/RegAlloc/PhyRegAlloc.cpp index 0cb1776f8aa..4a7d503f5b2 100644 --- a/llvm/lib/Target/Sparc/RegAlloc/PhyRegAlloc.cpp +++ b/llvm/lib/Target/Sparc/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!"); |