Skip to content

Commit

Permalink
ARM: fix typo
Browse files Browse the repository at this point in the history
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@205233 91177308-0d34-0410-b5e6-96231b3b80d8
  • Loading branch information
compnerd committed Mar 31, 2014
1 parent 524b776 commit 171d09a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Target/ARM/ARMTargetMachine.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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";

Expand Down

0 comments on commit 171d09a

Please sign in to comment.