mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-28 06:32:09 +00:00
Fix whitespace error from r215279, NFC
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@215667 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
41c5e687ed
commit
3f8f30fcee
@ -330,7 +330,7 @@ static std::string computeDataLayout(const Triple &TT) {
|
||||
Ret += "-n8:16:32";
|
||||
|
||||
// The stack is aligned to 32 bits on some ABIs and 128 bits on others.
|
||||
if (!TT.isArch64Bit() && TT.isOSWindows())
|
||||
if (!TT.isArch64Bit() && TT.isOSWindows())
|
||||
Ret += "-S32";
|
||||
else
|
||||
Ret += "-S128";
|
||||
|
Loading…
x
Reference in New Issue
Block a user