[all-commits] [llvm/llvm-project] 0ac753: m86k: adjust the usage of ArgInfo after change 9b0...
Sylvestre Ledru via All-commits
all-commits at lists.llvm.org
Fri Jul 9 09:57:08 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 0ac7532cc17aebf1b93d95142c5edec7e66ebad0
https://github.com/llvm/llvm-project/commit/0ac7532cc17aebf1b93d95142c5edec7e66ebad0
Author: Sylvestre Ledru <sylvestre at debian.org>
Date: 2021-07-09 (Fri, 09 Jul 2021)
Changed paths:
M llvm/lib/Target/M68k/GlSel/M68kCallLowering.cpp
Log Message:
-----------
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
More information about the All-commits
mailing list