summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/Alpha/AlphaSelectionDAGInfo.h
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/lib/Target/Alpha/AlphaSelectionDAGInfo.h')
-rw-r--r--llvm/lib/Target/Alpha/AlphaSelectionDAGInfo.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/llvm/lib/Target/Alpha/AlphaSelectionDAGInfo.h b/llvm/lib/Target/Alpha/AlphaSelectionDAGInfo.h
index 70889ae422e..3405cc0cded 100644
--- a/llvm/lib/Target/Alpha/AlphaSelectionDAGInfo.h
+++ b/llvm/lib/Target/Alpha/AlphaSelectionDAGInfo.h
@@ -18,9 +18,11 @@
namespace llvm {
+class AlphaTargetMachine;
+
class AlphaSelectionDAGInfo : public TargetSelectionDAGInfo {
public:
- AlphaSelectionDAGInfo();
+ explicit AlphaSelectionDAGInfo(const AlphaTargetMachine &TM);
~AlphaSelectionDAGInfo();
};
OpenPOWER on IntegriCloud