mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-13 20:32:21 +00:00
ARM: fix typo
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@205233 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
524b776505
commit
171d09a9af
@ -87,7 +87,7 @@ static std::string computeDataLayout(ARMSubtarget &ST) {
|
||||
if (ST.isThumb())
|
||||
Ret += "-i1:8:32-i8:8:32-i16:16:32";
|
||||
|
||||
// ABIs other than APC have 64 bit integers with natural alignment.
|
||||
// ABIs other than APCS have 64 bit integers with natural alignment.
|
||||
if (!ST.isAPCS_ABI())
|
||||
Ret += "-i64:64";
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user