mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-07-23 14:25:07 +00:00
[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:
@@ -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.
|
||||
|
Reference in New Issue
Block a user