Fix some -Asserts unused variable warnings.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@78447 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Daniel Dunbar
2009-08-08 00:40:46 +00:00
parent e2652f2cd3
commit 8a1871d10b
2 changed files with 5 additions and 6 deletions
+1
View File
@@ -682,6 +682,7 @@ void PBQPRegAlloc::addStackInterval(const LiveInterval *spilled,
bool PBQPRegAlloc::mapPBQPToRegAlloc(const PBQP::Solution &solution) {
static unsigned round = 0;
(void) round;
// Set to true if we have any spills
bool anotherRoundNeeded = false;