mirror of
https://github.com/RPCS3/llvm.git
synced 2025-01-27 13:42:24 +00:00
[ARM64] Fix formatting.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@206967 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
b9619110af
commit
c2547d0429
@ -31,7 +31,7 @@ ARM64Subtarget::ARM64Subtarget(const std::string &TT, const std::string &CPU,
|
||||
: ARM64GenSubtargetInfo(TT, CPU, FS), ARMProcFamily(Others),
|
||||
HasFPARMv8(false), HasNEON(false), HasCrypto(false),
|
||||
HasZeroCycleRegMove(false), HasZeroCycleZeroing(false),
|
||||
CPUString(CPU), TargetTriple(TT), IsLittleEndian(LittleEndian) {
|
||||
CPUString(CPU), TargetTriple(TT), IsLittleEndian(LittleEndian) {
|
||||
// Determine default and user-specified characteristics
|
||||
|
||||
if (CPUString.empty())
|
||||
|
Loading…
x
Reference in New Issue
Block a user