aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenjamin Kramer <benny.kra@googlemail.com>2011-11-14 19:51:48 +0000
committerBenjamin Kramer <benny.kra@googlemail.com>2011-11-14 19:51:48 +0000
commit6296ee3ee25a41f4d36d4fd61181598cd165235a (patch)
tree57c23096f58224217adbbb781a205271eddc1347
parent2a4410df44cd710e20b3f12873c35405830d66fb (diff)
Unbreak Release builds.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@144560 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--lib/Target/Mips/MipsISelLowering.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Target/Mips/MipsISelLowering.cpp b/lib/Target/Mips/MipsISelLowering.cpp
index c01ddf0b78..b595f030a1 100644
--- a/lib/Target/Mips/MipsISelLowering.cpp
+++ b/lib/Target/Mips/MipsISelLowering.cpp
@@ -1932,8 +1932,8 @@ AnalyzeMips64CallOperands(CCState CCInfo,
else
R = CC_MipsN_VarArg(i, ArgVT, ArgVT, CCValAssign::Full, ArgFlags, CCInfo);
-#ifndef NDEBUG
if (R) {
+#ifndef NDEBUG
dbgs() << "Call operand #" << i << " has unhandled type "
<< EVT(ArgVT).getEVTString();
#endif