mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-02 07:32:52 +00:00
relax type
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@32990 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
b76efb71d4
commit
2db43c864e
@ -673,7 +673,7 @@ static void CleanupAndPrepareModules(BugDriver &BD, Module *&Test,
|
|||||||
|
|
||||||
// Add the resolver to the Safe module.
|
// Add the resolver to the Safe module.
|
||||||
// Prototype: void *getPointerToNamedFunction(const char* Name)
|
// Prototype: void *getPointerToNamedFunction(const char* Name)
|
||||||
Function *resolverFunc =
|
Constant *resolverFunc =
|
||||||
Safe->getOrInsertFunction("getPointerToNamedFunction",
|
Safe->getOrInsertFunction("getPointerToNamedFunction",
|
||||||
PointerType::get(Type::Int8Ty),
|
PointerType::get(Type::Int8Ty),
|
||||||
PointerType::get(Type::Int8Ty), (Type *)0);
|
PointerType::get(Type::Int8Ty), (Type *)0);
|
||||||
|
Loading…
Reference in New Issue
Block a user