mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-04-06 09:44:39 +00:00
Fix bug: FunctionResolve/2002-11-07-RetMismatch.ll
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@4618 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
a91f8ca884
commit
6f23963adc
@ -251,8 +251,7 @@ static bool ProcessGlobalsWithSameName(Module &M,
|
||||
// to 'int (int)' or 'int ()' or whatever else is not completely generic.
|
||||
//
|
||||
Function *F = cast<Function>(Globals[i]);
|
||||
if (!F->getFunctionType()->isVarArg() ||
|
||||
F->getFunctionType()->getNumParams()) {
|
||||
if (!F->isExternal()) {
|
||||
if (Concrete)
|
||||
return false; // Found two different functions types. Can't choose!
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user