diff options
author | Benjamin Kramer <benny.kra@googlemail.com> | 2011-11-14 19:51:48 +0000 |
---|---|---|
committer | Benjamin Kramer <benny.kra@googlemail.com> | 2011-11-14 19:51:48 +0000 |
commit | 6296ee3ee25a41f4d36d4fd61181598cd165235a (patch) | |
tree | 57c23096f58224217adbbb781a205271eddc1347 | |
parent | 2a4410df44cd710e20b3f12873c35405830d66fb (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.cpp | 2 |
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 |