summaryrefslogtreecommitdiff
path: root/include/llvm/CodeGen/MachineBasicBlock.h
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2010-02-10 01:04:16 +0000
committerChris Lattner <sabre@nondot.org>2010-02-10 01:04:16 +0000
commita655f088b88cf015fc48721fd9869787d1b8ce13 (patch)
tree0e0593a489889a9793b22566b0f45a6ca851c89c /include/llvm/CodeGen/MachineBasicBlock.h
parentd3a47a3ef3ea429f82b05cce9ecd7bc6d28badf0 (diff)
downloadllvm-a655f088b88cf015fc48721fd9869787d1b8ce13.tar.gz
llvm-a655f088b88cf015fc48721fd9869787d1b8ce13.tar.bz2
llvm-a655f088b88cf015fc48721fd9869787d1b8ce13.tar.xz
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/MachineBasicBlock.h')
-rw-r--r--include/llvm/CodeGen/MachineBasicBlock.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/llvm/CodeGen/MachineBasicBlock.h b/include/llvm/CodeGen/MachineBasicBlock.h
index 1cb8130e87..db82ba5b56 100644
--- a/include/llvm/CodeGen/MachineBasicBlock.h
+++ b/include/llvm/CodeGen/MachineBasicBlock.h
@@ -21,6 +21,9 @@ namespace llvm {
class BasicBlock;
class MachineFunction;
+class MCContext;
+class MCSymbol;
+class StringRef;
class raw_ostream;
template <>