Add missing newlines at EOF.
authorDuncan Sands <baldrick@free.fr>
Wed, 28 Nov 2007 10:13:38 +0000 (10:13 +0000)
committerDuncan Sands <baldrick@free.fr>
Wed, 28 Nov 2007 10:13:38 +0000 (10:13 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@44399 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/CodeGen/MachineLoopInfo.h
lib/CodeGen/MachineLoopInfo.cpp

index 41eae51b6b79bd998170e1b0dbb7f266495e94da..1f6b1a1a7bd75338f1ca1b576fb0abc3ce457d66 100644 (file)
@@ -200,4 +200,4 @@ template <> struct GraphTraits<MachineLoop*> {
 // Make sure that any clients of this file link in LoopInfo.cpp
 FORCE_DEFINING_FILE_TO_BE_LINKED(MachineLoopInfo)
 
-#endif
\ No newline at end of file
+#endif
index 907cc9e706e1cd2fc5bec2899cfc05ea33048038..9db5967c3ba7f0695c9b2dbb1ba469a3cd2e2855 100644 (file)
@@ -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)