aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/ExecutionEngine/Orc/IndirectionUtils.cpp
diff options
context:
space:
mode:
authorLang Hames <lhames@gmail.com>2015-12-04 02:15:39 +0000
committerLang Hames <lhames@gmail.com>2015-12-04 02:15:39 +0000
commitf0f4b4c88217613f96d59c161a94424edef9458c (patch)
tree94c8fda24e27d1e61c1ded2a17ee1d95f7d40563 /llvm/lib/ExecutionEngine/Orc/IndirectionUtils.cpp
parent1750b2ba89780a087233fdba4fb1ad469bfc482f (diff)
downloadllvm-f0f4b4c88217613f96d59c161a94424edef9458c.zip
llvm-f0f4b4c88217613f96d59c161a94424edef9458c.tar.gz
llvm-f0f4b4c88217613f96d59c161a94424edef9458c.tar.bz2
[Orc] Rename JITCompileCallbackManagerBase to JITCompileCallbackManager.
This class is turning into a useful interface, rather than an implementation detail, so I'm dropping the 'Base' suffix. No functional change. llvm-svn: 254693
Diffstat (limited to 'llvm/lib/ExecutionEngine/Orc/IndirectionUtils.cpp')
-rw-r--r--llvm/lib/ExecutionEngine/Orc/IndirectionUtils.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/ExecutionEngine/Orc/IndirectionUtils.cpp b/llvm/lib/ExecutionEngine/Orc/IndirectionUtils.cpp
index 30dbe03..dd6e3a3 100644
--- a/llvm/lib/ExecutionEngine/Orc/IndirectionUtils.cpp
+++ b/llvm/lib/ExecutionEngine/Orc/IndirectionUtils.cpp
@@ -19,7 +19,7 @@
namespace llvm {
namespace orc {
-void JITCompileCallbackManagerBase::anchor() {}
+void JITCompileCallbackManager::anchor() {}
void IndirectStubsManagerBase::anchor() {}
Constant* createIRTypedAddress(FunctionType &FT, TargetAddress Addr) {