aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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