aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lib/CodeGen/LiveIntervalAnalysis.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/CodeGen/LiveIntervalAnalysis.cpp b/lib/CodeGen/LiveIntervalAnalysis.cpp
index f99f8cfbc9..5e721bc4fc 100644
--- a/lib/CodeGen/LiveIntervalAnalysis.cpp
+++ b/lib/CodeGen/LiveIntervalAnalysis.cpp
@@ -435,7 +435,6 @@ void LiveIntervals::handlePhysicalRegisterDef(MachineBasicBlock *MBB,
// FIXME: We need saner rules for reserved regs.
if (isReserved(interval.reg)) {
- assert(!isRegLiveOutOf(MBB, interval.reg) && "Reserved reg live-out?");
end = start.getDeadSlot();
} else {
// Unreserved, unallocable registers like EFLAGS can be live across basic