m86k: adjust the usage of ArgInfo after change 9b057f647d70fc958d4a1a7a00e2deba65
authorSylvestre Ledru <sylvestre@debian.org>
Fri, 9 Jul 2021 16:55:06 +0000 (18:55 +0200)
committerSylvestre Ledru <sylvestre@debian.org>
Fri, 9 Jul 2021 16:56:49 +0000 (18:56 +0200)
commit0ac7532cc17aebf1b93d95142c5edec7e66ebad0
tree6315e049623604d423978adf6b18aea6facc4201
parent4e6013250d319a7ca4fc7fb5ba9ac7b1b28d2b4f
m86k: adjust the usage of ArgInfo after change 9b057f647d70fc958d4a1a7a00e2deba65

Fails with:

```

/build/llvm-toolchain-snapshot-13~++20210709092633+88326bbce38c/llvm/lib/Target/M68k/GlSel/M68kCallLowering.cpp: In member function 'virtual bool llvm::M68kCallLowering::lowerReturn(llvm::MachineIRBuilder&, const llvm::Value*, llvm::ArrayRef<llvm::Register>, llvm::FunctionLoweringInfo&, llvm::Register) const':
/build/llvm-toolchain-snapshot-13~++20210709092633+88326bbce38c/llvm/lib/Target/M68k/GlSel/M68kCallLowering.cpp:71:42: error: no matching function for call to 'llvm::CallLowering::ArgInfo::ArgInfo(<brace-enclosed initializer list>)'
     ArgInfo OrigArg{VRegs, Val->getType()};
```

Differential Revision: https://reviews.llvm.org/D105689
llvm/lib/Target/M68k/GlSel/M68kCallLowering.cpp