From 1b34a72f52716de541abd6038e6b0e95bd3d4527 Mon Sep 17 00:00:00 2001 From: Lang Hames Date: Wed, 15 Feb 2012 19:04:53 +0000 Subject: Remove overly conservative assert. llvm-svn: 150608 --- llvm/lib/CodeGen/LiveIntervalAnalysis.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'llvm/lib/CodeGen/LiveIntervalAnalysis.cpp') diff --git a/llvm/lib/CodeGen/LiveIntervalAnalysis.cpp b/llvm/lib/CodeGen/LiveIntervalAnalysis.cpp index f99f8cfbc93..5e721bc4fc0 100644 --- a/llvm/lib/CodeGen/LiveIntervalAnalysis.cpp +++ b/llvm/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 -- cgit v1.2.3