mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-02-20 14:29:27 +00:00
fix formatting; NFC
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@242796 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
9ea117379c
commit
cc3246a567
@ -461,8 +461,8 @@ unsigned DataLayout::getAlignmentInfo(AlignTypeEnum AlignType,
|
||||
return ABIInfo ? Alignments[i].ABIAlign : Alignments[i].PrefAlign;
|
||||
|
||||
// The best match so far depends on what we're looking for.
|
||||
if (AlignType == INTEGER_ALIGN &&
|
||||
Alignments[i].AlignType == INTEGER_ALIGN) {
|
||||
if (AlignType == INTEGER_ALIGN &&
|
||||
Alignments[i].AlignType == INTEGER_ALIGN) {
|
||||
// The "best match" for integers is the smallest size that is larger than
|
||||
// the BitWidth requested.
|
||||
if (Alignments[i].TypeBitWidth > BitWidth && (BestMatchIdx == -1 ||
|
||||
|
Loading…
x
Reference in New Issue
Block a user