[Orc] Add missing inline keyword to the function introduced in r233504.
[oota-llvm.git] / include / llvm / ExecutionEngine / Orc / IndirectionUtils.h
index 3a2158d63389ebd66421cb8f7c5e0b43f655d2e0..f39fcab1f0a3112b1763d57a4caa8902f7decafe 100644 (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 =