diff options
author | Duncan Sands <baldrick@free.fr> | 2007-11-28 10:13:38 +0000 |
---|---|---|
committer | Duncan Sands <baldrick@free.fr> | 2007-11-28 10:13:38 +0000 |
commit | 0a488b320c3891f427ca2e6d96b1b3fc0fcc9de8 (patch) | |
tree | f1c82e488b64426f64170b96b6f282433e53441d /lib/CodeGen/MachineLoopInfo.cpp | |
parent | 95d859332be53f60dd48221acf83fca5c694b557 (diff) |
Add missing newlines at EOF.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@44399 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CodeGen/MachineLoopInfo.cpp')
-rw-r--r-- | lib/CodeGen/MachineLoopInfo.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/CodeGen/MachineLoopInfo.cpp b/lib/CodeGen/MachineLoopInfo.cpp index 907cc9e706..9db5967c3b 100644 --- a/lib/CodeGen/MachineLoopInfo.cpp +++ b/lib/CodeGen/MachineLoopInfo.cpp @@ -38,4 +38,4 @@ void MachineLoopInfo::getAnalysisUsage(AnalysisUsage &AU) const { } // Ensure this file gets linked when MachineLoopInfo.h is used. -DEFINING_FILE_FOR(MachineLoopInfo)
\ No newline at end of file +DEFINING_FILE_FOR(MachineLoopInfo) |