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:
ebafa0c
)
Remove overly conservative assert.
author
Lang Hames
<lhames@gmail.com>
Wed, 15 Feb 2012 19:04:53 +0000
(19:04 +0000)
committer
Lang Hames
<lhames@gmail.com>
Wed, 15 Feb 2012 19:04:53 +0000
(19:04 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@150608
91177308
-0d34-0410-b5e6-
96231b3b80d8
lib/CodeGen/LiveIntervalAnalysis.cpp
patch
|
blob
|
history
diff --git
a/lib/CodeGen/LiveIntervalAnalysis.cpp
b/lib/CodeGen/LiveIntervalAnalysis.cpp
index f99f8cfbc9311a8963425497eeed25b7f4e1c3b8..5e721bc4fc09badefeb42325f57b9f85f128a1e4 100644
(file)
--- 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