summaryrefslogtreecommitdiffstats
path: root/llvm/examples/SpeculativeJIT/SpeculativeJIT.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/examples/SpeculativeJIT/SpeculativeJIT.cpp')
-rw-r--r--llvm/examples/SpeculativeJIT/SpeculativeJIT.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/examples/SpeculativeJIT/SpeculativeJIT.cpp b/llvm/examples/SpeculativeJIT/SpeculativeJIT.cpp
index 803badb59d9..bb075bd56b5 100644
--- a/llvm/examples/SpeculativeJIT/SpeculativeJIT.cpp
+++ b/llvm/examples/SpeculativeJIT/SpeculativeJIT.cpp
@@ -105,7 +105,7 @@ private:
CompileLayer(*this->ES, ObjLayer,
ConcurrentIRCompiler(std::move(JTMB))),
S(Imps, *this->ES),
- SpeculateLayer(*this->ES, CompileLayer, S, BlockFreqQuery()),
+ SpeculateLayer(*this->ES, CompileLayer, S, Mangle, BlockFreqQuery()),
CODLayer(*this->ES, SpeculateLayer, *this->LCTMgr,
std::move(ISMBuilder)) {
this->ES->getMainJITDylib().addGenerator(
OpenPOWER on IntegriCloud