projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7a2870e
)
[Orc] Add missing inline keyword to the function introduced in r233504.
author
Lang Hames
<lhames@gmail.com>
Sun, 29 Mar 2015 22:07:07 +0000
(22:07 +0000)
committer
Lang 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
patch
|
blob
|
history
diff --git
a/include/llvm/ExecutionEngine/Orc/IndirectionUtils.h
b/include/llvm/ExecutionEngine/Orc/IndirectionUtils.h
index 3a2158d63389ebd66421cb8f7c5e0b43f655d2e0..f39fcab1f0a3112b1763d57a4caa8902f7decafe 100644
(file)
--- a/
include/llvm/ExecutionEngine/Orc/IndirectionUtils.h
+++ b/
include/llvm/ExecutionEngine/Orc/IndirectionUtils.h
@@
-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 =