[PowerPC] Reduce names from Power8Vector to P8Vector
[oota-llvm.git] / lib / Target / PowerPC / PPCSubtarget.cpp
index 8d00be829592ead9544037e98debc06f0efc0af9..d6b964d372c84f9f36d2f5d6e785cc960c4e0bb7 100644 (file)
@@ -94,7 +94,7 @@ void PPCSubtarget::initializeEnvironment() {
   HasSPE = false;
   HasQPX = false;
   HasVSX = false;
-  HasPower8Vector = false;
+  HasP8Vector = false;
   HasFCPSGN = false;
   HasFSQRT = false;
   HasFRE = false;
@@ -158,7 +158,7 @@ void PPCSubtarget::initSubtargetFeatures(StringRef CPU, StringRef FS) {
   // issues in those instructions can be addressed.
   if (IsLittleEndian) {
     HasVSX = false;
-    HasPower8Vector = false;
+    HasP8Vector = false;
   }
 
   // Determine default ABI.