mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-08-09 11:25:55 +00:00
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:
@@ -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) {
|
||||||
|
@@ -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) {
|
||||||
|
@@ -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) {
|
||||||
|
Reference in New Issue
Block a user