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:
parent
f35bff85c5
commit
2a1fefa2c2
@ -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
|
||||
|
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user