forked from OSchip/llvm-project
parent
02b0b57101
commit
085b8d7ae2
|
@ -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