Stop MachineInstr.h from #including AsmPrinter.h

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@95741 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Chris Lattner
2010-02-10 01:04:16 +00:00
parent d3a47a3ef3
commit a655f088b8
3 changed files with 5 additions and 2 deletions

View File

@ -33,6 +33,7 @@ class MachineRegisterInfo;
class MachineFrameInfo;
class MachineConstantPool;
class MachineJumpTableInfo;
class Pass;
class TargetMachine;
class TargetRegisterClass;