mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-02-02 10:21:54 +00:00
Unbreak non-debug builds.
llvm-svn: 35264
This commit is contained in:
parent
91c2777f40
commit
8c8e97507d
@ -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…
x
Reference in New Issue
Block a user