Add a newline at the end of the file.

llvm-svn: 43550
This commit is contained in:
Duncan Sands 2007-10-31 08:49:24 +00:00
parent 75045da563
commit 21ca939683
3 changed files with 3 additions and 3 deletions

View File

@ -181,4 +181,4 @@ public:
}
#endif
#endif

View File

@ -21,4 +21,4 @@ TEMPLATE_INSTANTIATION(class DominatorTreeBase<MachineBasicBlock>);
char MachineDominatorTree::ID = 0;
static RegisterPass<MachineDominatorTree>
E("machinedomtree", "MachineDominator Tree Construction", true);
E("machinedomtree", "MachineDominator Tree Construction", true);

View File

@ -109,4 +109,4 @@ void StrongPHIElimination::computeDFS(MachineFunction& MF) {
worklist.pop_back();
}
}
}
}