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 /include/llvm/CodeGen/MachineFunction.h | |
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 'include/llvm/CodeGen/MachineFunction.h')
-rw-r--r-- | include/llvm/CodeGen/MachineFunction.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/llvm/CodeGen/MachineFunction.h b/include/llvm/CodeGen/MachineFunction.h index abd57a792b..32d2857f87 100644 --- a/include/llvm/CodeGen/MachineFunction.h +++ b/include/llvm/CodeGen/MachineFunction.h @@ -26,6 +26,7 @@ namespace llvm { +class DILocation; class Value; class Function; class MachineRegisterInfo; |