Unbreak non-debug builds.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@35264 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Evan Cheng
2007-03-22 07:43:51 +00:00
parent d69bfb38f4
commit 2b48420c64
3 changed files with 6 additions and 0 deletions

View File

@@ -1542,6 +1542,7 @@ void Signedness::destroy() {
} }
} }
#ifndef NDEBUG
void Signedness::dump() const { void Signedness::dump() const {
if (isComposite()) { if (isComposite()) {
if (sv->size() == 1) { if (sv->size() == 1) {
@@ -1565,6 +1566,7 @@ void Signedness::dump() const {
} else } else
std::cerr << "."; std::cerr << ".";
} }
#endif
static inline Instruction::TermOps static inline Instruction::TermOps
getTermOp(TermOps op) { getTermOp(TermOps op) {

View File

@@ -1182,6 +1182,7 @@ void Signedness::destroy() {
} }
} }
#ifndef NDEBUG
void Signedness::dump() const { void Signedness::dump() const {
if (isComposite()) { if (isComposite()) {
if (sv->size() == 1) { if (sv->size() == 1) {
@@ -1205,6 +1206,7 @@ void Signedness::dump() const {
} else } else
std::cerr << "."; std::cerr << ".";
} }
#endif
static inline Instruction::TermOps static inline Instruction::TermOps
getTermOp(TermOps op) { getTermOp(TermOps op) {

View File

@@ -1182,6 +1182,7 @@ void Signedness::destroy() {
} }
} }
#ifndef NDEBUG
void Signedness::dump() const { void Signedness::dump() const {
if (isComposite()) { if (isComposite()) {
if (sv->size() == 1) { if (sv->size() == 1) {
@@ -1205,6 +1206,7 @@ void Signedness::dump() const {
} else } else
std::cerr << "."; std::cerr << ".";
} }
#endif
static inline Instruction::TermOps static inline Instruction::TermOps
getTermOp(TermOps op) { getTermOp(TermOps op) {