mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-01 00:33:09 +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:
parent
d69bfb38f4
commit
2b48420c64
@ -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) {
|
||||
|
@ -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) {
|
||||
|
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user