diff options
-rw-r--r-- | include/llvm/CodeGen/MachineLoopInfo.h | 2 | ||||
-rw-r--r-- | lib/CodeGen/MachineLoopInfo.cpp | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/include/llvm/CodeGen/MachineLoopInfo.h b/include/llvm/CodeGen/MachineLoopInfo.h index 41eae51..1f6b1a1 100644 --- a/include/llvm/CodeGen/MachineLoopInfo.h +++ b/include/llvm/CodeGen/MachineLoopInfo.h @@ -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 diff --git a/lib/CodeGen/MachineLoopInfo.cpp b/lib/CodeGen/MachineLoopInfo.cpp index 907cc9e..9db5967 100644 --- a/lib/CodeGen/MachineLoopInfo.cpp +++ b/lib/CodeGen/MachineLoopInfo.cpp @@ -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) |