mirror of
https://github.com/RPCSX/llvm.git
synced 2025-02-24 07:01:35 +00:00
Delete whitespace at start of line.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@241265 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
e4e6f29c93
commit
016970f468
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user