[WebAssembly] Assert that byval and nest are not used for return types.
[oota-llvm.git] / lib / Target / BPF / BPFSubtarget.cpp
index 4debc99ce35a7a006b9c604cf1fd95ff71c9ab52..c3a8b1caa63d958212a999222aaa64437283b17c 100644 (file)
@@ -27,5 +27,5 @@ void BPFSubtarget::anchor() {}
 
 BPFSubtarget::BPFSubtarget(const Triple &TT, const std::string &CPU,
                            const std::string &FS, const TargetMachine &TM)
-    : BPFGenSubtargetInfo(TargetTuple(TT), CPU, FS), InstrInfo(),
-      FrameLowering(*this), TLInfo(TM, *this) {}
+    : BPFGenSubtargetInfo(TT, CPU, FS), InstrInfo(), FrameLowering(*this),
+      TLInfo(TM, *this) {}