Add a newline at the end of the file.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@43550 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Duncan Sands 2007-10-31 08:49:24 +00:00
parent 2e89f3ae2f
commit 1bd3271b16
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();
}
}
}
}