X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=lib%2FTarget%2FMips%2FMipsSelectionDAGInfo.h;h=6cafb558b35ab68831c076f8903387d95c59f6b1;hb=be0843e76756ee93de00ecb0d9672b82d266c03c;hp=6eaf0c930f2ef1dceea149f750997bc9bd44d08c;hpb=53c5e42ab9c1a2cce7ad19bb0b4dffe33c9473e6;p=oota-llvm.git diff --git a/lib/Target/Mips/MipsSelectionDAGInfo.h b/lib/Target/Mips/MipsSelectionDAGInfo.h index 6eaf0c930f2..6cafb558b35 100644 --- a/lib/Target/Mips/MipsSelectionDAGInfo.h +++ b/lib/Target/Mips/MipsSelectionDAGInfo.h @@ -18,9 +18,11 @@ namespace llvm { +class MipsTargetMachine; + class MipsSelectionDAGInfo : public TargetSelectionDAGInfo { public: - MipsSelectionDAGInfo(); + explicit MipsSelectionDAGInfo(const MipsTargetMachine &TM); ~MipsSelectionDAGInfo(); };