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/StrongPHIElimination.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/StrongPHIElimination.cpp')
-rw-r--r-- | lib/CodeGen/StrongPHIElimination.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/CodeGen/StrongPHIElimination.cpp b/lib/CodeGen/StrongPHIElimination.cpp index 500baae20e..e784a6b823 100644 --- a/lib/CodeGen/StrongPHIElimination.cpp +++ b/lib/CodeGen/StrongPHIElimination.cpp @@ -109,4 +109,4 @@ void StrongPHIElimination::computeDFS(MachineFunction& MF) { worklist.pop_back(); } } -}
\ No newline at end of file +} |