diff options
author | Chris Lattner <sabre@nondot.org> | 2010-02-10 01:04:16 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2010-02-10 01:04:16 +0000 |
commit | a655f088b88cf015fc48721fd9869787d1b8ce13 (patch) | |
tree | 0e0593a489889a9793b22566b0f45a6ca851c89c /include/llvm/CodeGen/MachineFunction.h | |
parent | d3a47a3ef3ea429f82b05cce9ecd7bc6d28badf0 (diff) |
Stop MachineInstr.h from #including AsmPrinter.h
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@95741 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 828540b7ce..ea31627c84 100644 --- a/include/llvm/CodeGen/MachineFunction.h +++ b/include/llvm/CodeGen/MachineFunction.h @@ -33,6 +33,7 @@ class MachineRegisterInfo; class MachineFrameInfo; class MachineConstantPool; class MachineJumpTableInfo; +class Pass; class TargetMachine; class TargetRegisterClass; |