Add missing newlines at EOF.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@44399 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Duncan Sands 2007-11-28 10:13:38 +00:00
parent 95d859332b
commit 0a488b320c
2 changed files with 2 additions and 2 deletions

View 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
#endif

View 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)
DEFINING_FILE_FOR(MachineLoopInfo)