summaryrefslogtreecommitdiffstats
path: root/llvm/lib
diff options
context:
space:
mode:
authorLang Hames <lhames@gmail.com>2012-02-17 00:51:32 +0000
committerLang Hames <lhames@gmail.com>2012-02-17 00:51:32 +0000
commitdef9c61e4b3036645a523a07852d8b0d519df34f (patch)
tree0e3e486520e45772f9dfffe0d1b4a1c62b456219 /llvm/lib
parent5d108606cc12cdc372fbba2d27285e0a57455bea (diff)
downloadbcm5719-llvm-def9c61e4b3036645a523a07852d8b0d519df34f.tar.gz
bcm5719-llvm-def9c61e4b3036645a523a07852d8b0d519df34f.zip
Oops - isRegLiveIntoSuccessor is used in non-assert builds now. Remove NDEBUG guards.
llvm-svn: 150771
Diffstat (limited to 'llvm/lib')
-rw-r--r--llvm/lib/CodeGen/LiveIntervalAnalysis.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/llvm/lib/CodeGen/LiveIntervalAnalysis.cpp b/llvm/lib/CodeGen/LiveIntervalAnalysis.cpp
index 2fce0067872..8b60fcaa2ea 100644
--- a/llvm/lib/CodeGen/LiveIntervalAnalysis.cpp
+++ b/llvm/lib/CodeGen/LiveIntervalAnalysis.cpp
@@ -359,7 +359,6 @@ void LiveIntervals::handleVirtualRegisterDef(MachineBasicBlock *mbb,
DEBUG(dbgs() << '\n');
}
-#ifndef NDEBUG
static bool isRegLiveIntoSuccessor(const MachineBasicBlock *MBB, unsigned Reg) {
for (MachineBasicBlock::const_succ_iterator SI = MBB->succ_begin(),
SE = MBB->succ_end();
@@ -370,7 +369,6 @@ static bool isRegLiveIntoSuccessor(const MachineBasicBlock *MBB, unsigned Reg) {
}
return false;
}
-#endif
void LiveIntervals::handlePhysicalRegisterDef(MachineBasicBlock *MBB,
MachineBasicBlock::iterator mi,
OpenPOWER on IntegriCloud