summaryrefslogtreecommitdiffstats
path: root/llvm/lib
diff options
context:
space:
mode:
authorLang Hames <lhames@gmail.com>2012-02-15 19:04:53 +0000
committerLang Hames <lhames@gmail.com>2012-02-15 19:04:53 +0000
commit1b34a72f52716de541abd6038e6b0e95bd3d4527 (patch)
treea2071e9dc63001c1bd51049943cd877810f6b836 /llvm/lib
parent7a35faea5d256b15c3a18411d9d01e57d20e7aec (diff)
downloadbcm5719-llvm-1b34a72f52716de541abd6038e6b0e95bd3d4527.tar.gz
bcm5719-llvm-1b34a72f52716de541abd6038e6b0e95bd3d4527.zip
Remove overly conservative assert.
llvm-svn: 150608
Diffstat (limited to 'llvm/lib')
-rw-r--r--llvm/lib/CodeGen/LiveIntervalAnalysis.cpp1
1 files changed, 0 insertions, 1 deletions
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
OpenPOWER on IntegriCloud