mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-08-12 01:25:49 +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:
@@ -52,7 +52,7 @@ bool TDDataStructures::run(Module &M) {
|
|||||||
|
|
||||||
// Calculate top-down from main...
|
// Calculate top-down from main...
|
||||||
if (Function *F = M.getMainFunction())
|
if (Function *F = M.getMainFunction())
|
||||||
ComputePostOrder(*F, VisitedGraph, PostOrder, ActualCallees);
|
ComputePostOrder(*F, VisitedGraph, PostOrder, ActualCallees);
|
||||||
|
|
||||||
// Next calculate the graphs for each function unreachable function...
|
// Next calculate the graphs for each function unreachable function...
|
||||||
for (Module::iterator I = M.begin(), E = M.end(); I != E; ++I)
|
for (Module::iterator I = M.begin(), E = M.end(); I != E; ++I)
|
||||||
|
Reference in New Issue
Block a user