Add support for the PPC isel instruction.
[oota-llvm.git] / lib / Target / PowerPC / PPCSubtarget.cpp
index c085ba26dd503f20c5687837ea4aaf869548df9c..bb193ac3d9efaba2229e0598bc0c801b321169ab 100644 (file)
@@ -38,6 +38,7 @@ PPCSubtarget::PPCSubtarget(const std::string &TT, const std::string &CPU,
   , HasAltivec(false)
   , HasFSQRT(false)
   , HasSTFIWX(false)
+  , HasISEL(false)
   , IsBookE(false)
   , HasLazyResolverStubs(false)
   , IsJITCodeModel(false)