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:
parent
42cba5c5cb
commit
3cb028557c
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user