Move all of the hexagon subtarget dependent variables from the target
[oota-llvm.git] / lib / Target / Hexagon / HexagonTargetMachine.cpp
index 40c06f61fd5370225ce742a6175d7db07b828ffc..78314100d18a24e78da47c5626bb7a24da5acb54 100644 (file)
@@ -70,9 +70,7 @@ HexagonTargetMachine::HexagonTargetMachine(const Target &T, StringRef TT,
                                            Reloc::Model RM, CodeModel::Model CM,
                                            CodeGenOpt::Level OL)
     : LLVMTargetMachine(T, TT, CPU, FS, Options, RM, CM, OL),
-      DL("e-m:e-p:32:32-i1:32-i64:64-a:0-n32"), Subtarget(TT, CPU, FS),
-      InstrInfo(Subtarget), TLInfo(*this), TSInfo(DL),
-      FrameLowering() {
+      Subtarget(TT, CPU, FS, *this) {
     initAsmInfo();
 }