diff options
author | Chris Lattner <sabre@nondot.org> | 2005-08-26 21:06:40 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2005-08-26 21:06:40 +0000 |
commit | 050967c4d1b97dea9afbe4a27d9e601af63f918f (patch) | |
tree | 8bf86c30d172eef57659b4773fe0bb680e37a330 /include | |
parent | e3cbf823f071a4b05593ba371e54bf7c0f2d6641 (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.h | 2 |
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 |