[PowerPC] Modern Book-E cores support sync
[oota-llvm.git] / lib / Target / PowerPC / PPCSubtarget.h
index 993afdf82b5308b1ed49a74d615cb199fd32369c..9e4953f20d9edfbfdee2a82617e874a1eff8a84d 100644 (file)
@@ -103,6 +103,7 @@ protected:
   bool HasPOPCNTD;
   bool HasLDBRX;
   bool IsBookE;
+  bool HasOnlyMSYNC;
   bool IsE500;
   bool IsPPC4xx;
   bool IsPPC6xx;
@@ -219,6 +220,7 @@ public:
   bool hasPOPCNTD() const { return HasPOPCNTD; }
   bool hasLDBRX() const { return HasLDBRX; }
   bool isBookE() const { return IsBookE; }
+  bool hasOnlyMSYNC() const { return HasOnlyMSYNC; }
   bool isPPC4xx() const { return IsPPC4xx; }
   bool isPPC6xx() const { return IsPPC6xx; }
   bool isE500() const { return IsE500; }