[Orc] Add missing inline keyword to the function introduced in r233504.
authorLang Hames <lhames@gmail.com>
Sun, 29 Mar 2015 22:07:07 +0000 (22:07 +0000)
committerLang Hames <lhames@gmail.com>
Sun, 29 Mar 2015 22:07:07 +0000 (22:07 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@233506 91177308-0d34-0410-b5e6-96231b3b80d8

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 =