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 | 45a0c3265faaf0fc28df23ec251cea4d8926145c (patch) | |
tree | 00b39840777100189fd8231029560ffa26508c2b /llvm/lib/CodeGen/MachineLoopInfo.cpp | |
parent | 93c4ce650c97ee2701ab8736c5003234f2085397 (diff) | |
download | bcm5719-llvm-45a0c3265faaf0fc28df23ec251cea4d8926145c.tar.gz bcm5719-llvm-45a0c3265faaf0fc28df23ec251cea4d8926145c.zip |
Add missing newlines at EOF.
llvm-svn: 44399
Diffstat (limited to 'llvm/lib/CodeGen/MachineLoopInfo.cpp')
-rw-r--r-- | llvm/lib/CodeGen/MachineLoopInfo.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/CodeGen/MachineLoopInfo.cpp b/llvm/lib/CodeGen/MachineLoopInfo.cpp index 907cc9e706e..9db5967c3ba 100644 --- a/llvm/lib/CodeGen/MachineLoopInfo.cpp +++ b/llvm/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) |