diff options
Diffstat (limited to 'llvm/include/llvm/CodeGen/MachineLoopInfo.h')
-rw-r--r-- | llvm/include/llvm/CodeGen/MachineLoopInfo.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/llvm/include/llvm/CodeGen/MachineLoopInfo.h b/llvm/include/llvm/CodeGen/MachineLoopInfo.h index 20f32c3e67f..8b46825f257 100644 --- a/llvm/include/llvm/CodeGen/MachineLoopInfo.h +++ b/llvm/include/llvm/CodeGen/MachineLoopInfo.h @@ -187,7 +187,4 @@ template <> struct GraphTraits<MachineLoop*> { } // End llvm namespace -// Make sure that any clients of this file link in LoopInfo.cpp -FORCE_DEFINING_FILE_TO_BE_LINKED(MachineLoopInfo) - #endif |