Remove space at end of line

llvm-svn: 7084
This commit is contained in:
Chris Lattner 2003-07-02 23:44:15 +00:00
parent 10bcbf402a
commit 959177fb96
1 changed files with 1 additions and 1 deletions

View File

@ -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)