diff options
author | Duncan Sands <baldrick@free.fr> | 2007-10-31 08:49:24 +0000 |
---|---|---|
committer | Duncan Sands <baldrick@free.fr> | 2007-10-31 08:49:24 +0000 |
commit | 1bd3271b16d7f9f0b69af00d8ff29ed00a29f9ef (patch) | |
tree | 82756740e032deda9ab1fc77774bcf22a1aade09 /lib/CodeGen/MachineDominators.cpp | |
parent | 2e89f3ae2fb7678c095fe4cd7b6dd27b69df1a85 (diff) |
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
Diffstat (limited to 'lib/CodeGen/MachineDominators.cpp')
-rw-r--r-- | lib/CodeGen/MachineDominators.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/CodeGen/MachineDominators.cpp b/lib/CodeGen/MachineDominators.cpp index 0a8a81b621..51ad46cd0d 100644 --- a/lib/CodeGen/MachineDominators.cpp +++ b/lib/CodeGen/MachineDominators.cpp @@ -21,4 +21,4 @@ TEMPLATE_INSTANTIATION(class DominatorTreeBase<MachineBasicBlock>); char MachineDominatorTree::ID = 0; static RegisterPass<MachineDominatorTree> -E("machinedomtree", "MachineDominator Tree Construction", true);
\ No newline at end of file +E("machinedomtree", "MachineDominator Tree Construction", true); |