summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen
diff options
context:
space:
mode:
authorLang Hames <lhames@gmail.com>2012-01-18 19:48:31 +0000
committerLang Hames <lhames@gmail.com>2012-01-18 19:48:31 +0000
commit1997de01004196910e75c7319c19efda64bb3af7 (patch)
tree0f48e326ff18f5ff4b41607183a91979a1297352 /llvm/lib/CodeGen
parent28324b00666bb54bf272a2850aab6284f8c5fe86 (diff)
downloadbcm5719-llvm-1997de01004196910e75c7319c19efda64bb3af7.tar.gz
bcm5719-llvm-1997de01004196910e75c7319c19efda64bb3af7.zip
Fixed macro condition.
llvm-svn: 148408
Diffstat (limited to 'llvm/lib/CodeGen')
-rw-r--r--llvm/lib/CodeGen/LiveIntervalAnalysis.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/CodeGen/LiveIntervalAnalysis.cpp b/llvm/lib/CodeGen/LiveIntervalAnalysis.cpp
index 99ba0ecf499..f1f566771af 100644
--- a/llvm/lib/CodeGen/LiveIntervalAnalysis.cpp
+++ b/llvm/lib/CodeGen/LiveIntervalAnalysis.cpp
@@ -823,7 +823,7 @@ unsigned LiveIntervals::getReMatImplicitUse(const LiveInterval &li,
assert(!RegOp &&
"Can't rematerialize instruction with multiple register operand!");
RegOp = MO.getReg();
-#ifndef NDEBUG
+#ifdef NDEBUG
break;
#endif
}
OpenPOWER on IntegriCloud