Unbreak non-debug builds.

llvm-svn: 35264
This commit is contained in:
Evan Cheng 2007-03-22 07:43:51 +00:00
parent 02b0b57101
commit 085b8d7ae2
3 changed files with 6 additions and 0 deletions

View File

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

View File

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

View File

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