projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e4e6f29
)
Delete whitespace at start of line.
author
Yaron Keren
<yaron.keren@gmail.com>
Thu, 2 Jul 2015 14:17:12 +0000
(14:17 +0000)
committer
Yaron Keren
<yaron.keren@gmail.com>
Thu, 2 Jul 2015 14:17:12 +0000
(14:17 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@241265
91177308
-0d34-0410-b5e6-
96231b3b80d8
lib/Analysis/IPA/CallGraphSCCPass.cpp
patch
|
blob
|
history
diff --git
a/lib/Analysis/IPA/CallGraphSCCPass.cpp
b/lib/Analysis/IPA/CallGraphSCCPass.cpp
index 6b3e06346269ac37b544d8168a68cc8b132a56d2..07b389a2a1393913d275ca93cc25dce8b042adf0 100644
(file)
--- a/
lib/Analysis/IPA/CallGraphSCCPass.cpp
+++ b/
lib/Analysis/IPA/CallGraphSCCPass.cpp
@@
-451,7
+451,7
@@
bool CGPassManager::runOnModule(Module &M) {
const std::vector<CallGraphNode *> &NodeVec = *CGI;
CurSCC.initialize(NodeVec.data(), NodeVec.data() + NodeVec.size());
++CGI;
-
+
// At the top level, we run all the passes in this pass manager on the
// functions in this SCC. However, we support iterative compilation in the
// case where a function pass devirtualizes a call to a function. For