1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-25 12:12:47 +01:00

Fix thinko in last commit.

llvm-svn: 318374
This commit is contained in:
Eric Christopher 2017-11-16 03:25:02 +00:00
parent 42cba5c5cb
commit 3cb028557c

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)