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 | 1083b5fc3fec4d191f832910f76116dc02a3b518 (patch) | |
| tree | aea0d2f940811e9c94ff6bd869edeaa6153e1b52 /llvm/lib/CodeGen/MachineFunction.cpp | |
| parent | 00fa4b67e6e0d12363fdffcc7104abcaecba36a6 (diff) | |
| download | bcm5719-llvm-1083b5fc3fec4d191f832910f76116dc02a3b518.tar.gz bcm5719-llvm-1083b5fc3fec4d191f832910f76116dc02a3b518.zip | |
Avoid including DebugInfo.h in AsmPrinter.h
llvm-svn: 93864
Diffstat (limited to 'llvm/lib/CodeGen/MachineFunction.cpp')
| -rw-r--r-- | llvm/lib/CodeGen/MachineFunction.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/lib/CodeGen/MachineFunction.cpp b/llvm/lib/CodeGen/MachineFunction.cpp index 85c454085b1..1e3e3145a37 100644 --- a/llvm/lib/CodeGen/MachineFunction.cpp +++ b/llvm/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" |

