aboutsummaryrefslogtreecommitdiff
path: root/lib/Analysis/IPA/CallGraphSCCPass.cpp
diff options
context:
space:
mode:
authorDan Gohman <gohman@apple.com>2010-08-19 01:29:07 +0000
committerDan Gohman <gohman@apple.com>2010-08-19 01:29:07 +0000
commit8a757aeac436ecd27e28a39b10032fd6fda33780 (patch)
tree397e91149bef905899082abcdc6ce5681c954467 /lib/Analysis/IPA/CallGraphSCCPass.cpp
parente81043a7df0c7902758322a3000b7cb2048b71df (diff)
Revert r111199; it breaks -debug-pass=Structure output.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@111500 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Analysis/IPA/CallGraphSCCPass.cpp')
-rw-r--r--lib/Analysis/IPA/CallGraphSCCPass.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Analysis/IPA/CallGraphSCCPass.cpp b/lib/Analysis/IPA/CallGraphSCCPass.cpp
index 1063190f4e..b7a27cb288 100644
--- a/lib/Analysis/IPA/CallGraphSCCPass.cpp
+++ b/lib/Analysis/IPA/CallGraphSCCPass.cpp
@@ -73,7 +73,7 @@ public:
errs().indent(Offset*2) << "Call Graph SCC Pass Manager\n";
for (unsigned Index = 0; Index < getNumContainedPasses(); ++Index) {
Pass *P = getContainedPass(Index);
- P->dumpPass(Offset + 1);
+ P->dumpPassStructure(Offset + 1);
dumpLastUses(P, Offset+1);
}
}