aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2005-08-26 21:06:40 +0000
committerChris Lattner <sabre@nondot.org>2005-08-26 21:06:40 +0000
commit050967c4d1b97dea9afbe4a27d9e601af63f918f (patch)
tree8bf86c30d172eef57659b4773fe0bb680e37a330 /include
parente3cbf823f071a4b05593ba371e54bf7c0f2d6641 (diff)
add some forward defs
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@23100 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include')
-rw-r--r--include/llvm/Target/TargetLowering.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/llvm/Target/TargetLowering.h b/include/llvm/Target/TargetLowering.h
index 0dc8836242..590de20dc8 100644
--- a/include/llvm/Target/TargetLowering.h
+++ b/include/llvm/Target/TargetLowering.h
@@ -35,6 +35,8 @@ namespace llvm {
class SDNode;
class SDOperand;
class SelectionDAG;
+ class MachineBasicBlock;
+ class MachineInstr;
//===----------------------------------------------------------------------===//
/// TargetLowering - This class defines information used to lower LLVM code to