Fix thinko in last commit.

llvm-svn: 318374
This commit is contained in:
Eric Christopher 2017-11-16 03:25:02 +00:00
parent 3148a1be88
commit 6348188e87
1 changed files with 1 additions and 1 deletions

View File

@ -222,7 +222,7 @@ FunctionPass *llvm::createSIWholeQuadModePass() {
}
#ifndef NDEBUG
LLVM_DEBUG_METHOD void SIWholeQuadMode::printInfo() {
LLVM_DUMP_METHOD void SIWholeQuadMode::printInfo() {
for (const auto &BII : Blocks) {
dbgs() << "\nBB#" << BII.first->getNumber() << ":\n"
<< " InNeeds = " << PrintState(BII.second.InNeeds)