[PowerPC] Reduce names from Power8Vector to P8Vector

Per Hal Finkel's review, improving typability of some variable names.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@219514 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Bill Schmidt
2014-10-10 17:21:15 +00:00
parent d3aa46a1bc
commit 38a202955c
3 changed files with 7 additions and 8 deletions

View 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.