mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-15 20:29:48 +00:00
[Orc] Add missing inline keyword to the function introduced in r233504.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@233506 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
7a2870e2e2
commit
8af7cb0001
@ -196,7 +196,7 @@ private:
|
|||||||
TargetAddress ResolverBlockAddr;
|
TargetAddress ResolverBlockAddr;
|
||||||
};
|
};
|
||||||
|
|
||||||
Constant* createIRTypedAddress(FunctionType &FT, TargetAddress Addr) {
|
inline Constant* createIRTypedAddress(FunctionType &FT, TargetAddress Addr) {
|
||||||
Constant *AddrIntVal =
|
Constant *AddrIntVal =
|
||||||
ConstantInt::get(Type::getInt64Ty(FT.getContext()), Addr);
|
ConstantInt::get(Type::getInt64Ty(FT.getContext()), Addr);
|
||||||
Constant *AddrPtrVal =
|
Constant *AddrPtrVal =
|
||||||
|
Loading…
Reference in New Issue
Block a user