mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-14 11:32:34 +00:00
Remove space at end of line
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@7084 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
a523e22a20
commit
61691c5d85
@ -52,7 +52,7 @@ bool TDDataStructures::run(Module &M) {
|
||||
|
||||
// Calculate top-down from main...
|
||||
if (Function *F = M.getMainFunction())
|
||||
ComputePostOrder(*F, VisitedGraph, PostOrder, ActualCallees);
|
||||
ComputePostOrder(*F, VisitedGraph, PostOrder, ActualCallees);
|
||||
|
||||
// Next calculate the graphs for each function unreachable function...
|
||||
for (Module::iterator I = M.begin(), E = M.end(); I != E; ++I)
|
||||
|
Loading…
Reference in New Issue
Block a user