mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-07-28 19:25:00 +00:00
s/ParamAttrsWithIndex/FnAttributeWithIndex/g
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@56535 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -434,8 +434,8 @@ namespace {
|
||||
nl(Out);
|
||||
if (!PAL.isEmpty()) {
|
||||
Out << '{'; in(); nl(Out);
|
||||
Out << "SmallVector<ParamAttrsWithIndex, 4> Attrs;"; nl(Out);
|
||||
Out << "ParamAttrsWithIndex PAWI;"; nl(Out);
|
||||
Out << "SmallVector<FnAttributeWithIndex, 4> Attrs;"; nl(Out);
|
||||
Out << "FnAttributeWithIndex PAWI;"; nl(Out);
|
||||
for (unsigned i = 0; i < PAL.getNumSlots(); ++i) {
|
||||
uint16_t index = PAL.getSlot(i).Index;
|
||||
Attributes attrs = PAL.getSlot(i).Attrs;
|
||||
|
Reference in New Issue
Block a user