mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2026-04-25 21:18:19 +00:00
Inline the 'hasIncompatibleWithVarArgsAttrs' method into its only uses. And some minor comment reformatting.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@170516 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -1103,7 +1103,8 @@ bool InstCombiner::transformConstExprCastCall(CallSite CS) {
|
||||
if (CallerPAL.getSlot(i - 1).Index <= FT->getNumParams())
|
||||
break;
|
||||
Attribute PAttrs = CallerPAL.getSlot(i - 1).Attrs;
|
||||
if (PAttrs.hasIncompatibleWithVarArgsAttrs())
|
||||
// Check if it has an attribute that's incompatible with varargs.
|
||||
if (PAttrs.hasAttribute(Attribute::StructRet))
|
||||
return false;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user