diff options
author | Erich Keane <erich.keane@intel.com> | 2022-09-15 12:07:23 -0700 |
---|---|---|
committer | Erich Keane <erich.keane@intel.com> | 2022-09-15 12:10:54 -0700 |
commit | 49832b7a928d4971417d8dba9aba932d62e447e3 (patch) | |
tree | 40457ff7ab9a4f944718aafc1ad4fbaea5526cbe /llvm/lib/CodeGen/MachineRegisterInfo.cpp | |
parent | 4b004a0b839cf2f3cede9a07a998657cd33fe75d (diff) | |
download | llvm-49832b7a928d4971417d8dba9aba932d62e447e3.zip llvm-49832b7a928d4971417d8dba9aba932d62e447e3.tar.gz llvm-49832b7a928d4971417d8dba9aba932d62e447e3.tar.bz2 |
Stop trying to fixup 'overloadable' prototypeless functions.
While investigating something else, I discovered that a prototypeless
function with 'overloadable' was having the attribute left on the
declaration, which caused 'ambiguous' call errors later on. This lead to
some confusion. This patch removes the 'overloadable' attribute from
the declaration and leaves it as prototypeless, instead of trying to
make it variadic.
Diffstat (limited to 'llvm/lib/CodeGen/MachineRegisterInfo.cpp')
0 files changed, 0 insertions, 0 deletions