diff options
author | Devang Patel <dpatel@apple.com> | 2010-01-19 06:09:04 +0000 |
---|---|---|
committer | Devang Patel <dpatel@apple.com> | 2010-01-19 06:09:04 +0000 |
commit | c99fd879c0f4bbc56c29d508fec7935e6cbd7ed0 (patch) | |
tree | ea01fc57a117c2abdad6a86375bd6fc2fc658c23 /lib/CodeGen/MachineFunction.cpp | |
parent | 8ad9a775019c69a07bb8258f7ff2849d594956df (diff) |
Avoid including DebugInfo.h in AsmPrinter.h
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@93864 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CodeGen/MachineFunction.cpp')
-rw-r--r-- | lib/CodeGen/MachineFunction.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/CodeGen/MachineFunction.cpp b/lib/CodeGen/MachineFunction.cpp index 85c454085b..1e3e3145a3 100644 --- a/lib/CodeGen/MachineFunction.cpp +++ b/lib/CodeGen/MachineFunction.cpp @@ -26,6 +26,7 @@ #include "llvm/CodeGen/MachineJumpTableInfo.h" #include "llvm/CodeGen/MachineRegisterInfo.h" #include "llvm/CodeGen/Passes.h" +#include "llvm/Analysis/DebugInfo.h" #include "llvm/Support/Debug.h" #include "llvm/Target/TargetData.h" #include "llvm/Target/TargetLowering.h" |