forked from OSchip/llvm-project
revert parts of d7888149aa
that several bots do not like
This commit is contained in:
parent
95977a7634
commit
13d267e302
|
@ -423,7 +423,7 @@ int main() {
|
|||
}
|
||||
std::cout << " 0\n};\n";
|
||||
|
||||
LLVM_DEBUG({
|
||||
if (0) {
|
||||
// Print out the table.
|
||||
for (unsigned i = 0; i != 0x8889; ++i) {
|
||||
if (!isValidMask(i)) continue;
|
||||
|
@ -440,7 +440,7 @@ int main() {
|
|||
std::cerr << "\n";
|
||||
}
|
||||
}
|
||||
})
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue