1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-24 03:33:20 +01:00

Add missing newlines at EOF.

llvm-svn: 44399
This commit is contained in:
Duncan Sands 2007-11-28 10:13:38 +00:00
parent f35bff85c5
commit 2a1fefa2c2
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)