[SystemZ] Support RISBGN instruction on zEC12
[oota-llvm.git] / lib / Target / SystemZ / SystemZSubtarget.cpp
index 0999b45c9d61de2b28c6d479ef39f0c0878b5797..8b8d2edab42fce553074e38eccaf09d34fb223b0 100644 (file)
@@ -39,7 +39,7 @@ SystemZSubtarget::SystemZSubtarget(const std::string &TT,
     : SystemZGenSubtargetInfo(TT, CPU, FS), HasDistinctOps(false),
       HasLoadStoreOnCond(false), HasHighWord(false), HasFPExtension(false),
       HasPopulationCount(false), HasFastSerialization(false),
-      HasInterlockedAccess1(false),
+      HasInterlockedAccess1(false), HasMiscellaneousExtensions(false),
       TargetTriple(TT), InstrInfo(initializeSubtargetDependencies(CPU, FS)),
       TLInfo(TM, *this), TSInfo(*TM.getDataLayout()), FrameLowering() {}