[PowerPC] Add support for the CMPB instruction
[oota-llvm.git] / lib / Target / PowerPC / PPCSubtarget.cpp
index 8f0e3a49ee92e0c8c94ab5f4924d132314897336..fb47c910c2fb51385cb9bc8c023c7e7583a670db 100644 (file)
@@ -108,6 +108,7 @@ void PPCSubtarget::initializeEnvironment() {
   HasFPCVT = false;
   HasISEL = false;
   HasPOPCNTD = false;
+  HasCMPB = false;
   HasLDBRX = false;
   IsBookE = false;
   HasOnlyMSYNC = false;