mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-28 19:31:58 +00:00
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:
parent
95d859332b
commit
0a488b320c
@ -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