[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:
Lang Hames 2015-03-29 22:07:07 +00:00
parent 7a2870e2e2
commit 8af7cb0001

View File

@ -196,7 +196,7 @@ private:
TargetAddress ResolverBlockAddr;
};
Constant* createIRTypedAddress(FunctionType &FT, TargetAddress Addr) {
inline Constant* createIRTypedAddress(FunctionType &FT, TargetAddress Addr) {
Constant *AddrIntVal =
ConstantInt::get(Type::getInt64Ty(FT.getContext()), Addr);
Constant *AddrPtrVal =