mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-31 20:51:52 +01:00
Remove trailing whitespace. NFCI.
llvm-svn: 291163
This commit is contained in:
parent
ba256607b1
commit
842f08a4e5
@ -80,11 +80,11 @@ unsigned X86TTIImpl::getNumberOfRegisters(bool Vector) {
|
||||
|
||||
unsigned X86TTIImpl::getRegisterBitWidth(bool Vector) {
|
||||
if (Vector) {
|
||||
if (ST->hasAVX512())
|
||||
if (ST->hasAVX512())
|
||||
return 512;
|
||||
if (ST->hasAVX())
|
||||
if (ST->hasAVX())
|
||||
return 256;
|
||||
if (ST->hasSSE1())
|
||||
if (ST->hasSSE1())
|
||||
return 128;
|
||||
return 0;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user