aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/CodeGen/MachineRegisterInfo.cpp
diff options
context:
space:
mode:
authorErich Keane <erich.keane@intel.com>2022-09-15 12:07:23 -0700
committerErich Keane <erich.keane@intel.com>2022-09-15 12:10:54 -0700
commit49832b7a928d4971417d8dba9aba932d62e447e3 (patch)
tree40457ff7ab9a4f944718aafc1ad4fbaea5526cbe /llvm/lib/CodeGen/MachineRegisterInfo.cpp
parent4b004a0b839cf2f3cede9a07a998657cd33fe75d (diff)
downloadllvm-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