diff --git a/example/ex_kaleidoscope4/ex_kaleidoscope4.cpp b/example/ex_kaleidoscope4/ex_kaleidoscope4.cpp index 63926aad..46f0c81d 100644 --- a/example/ex_kaleidoscope4/ex_kaleidoscope4.cpp +++ b/example/ex_kaleidoscope4/ex_kaleidoscope4.cpp @@ -1,6 +1,6 @@ /** ex_kaleidoscop4.cpp **/ -#include "xo/jit/KaleidoscopeJit.hpp" +#include "xo/jit/Jit.hpp" #include int @@ -8,9 +8,9 @@ main() { using std::cerr; using std::endl; - auto jit = xo::jit::KaleidoscopeJIT::Create(); + //auto jit = xo::jit::KaleidoscopeJIT::Create(); - cerr << "created kaleidoscope jit successfully" << endl; + //cerr << "created kaleidoscope jit successfully" << endl; } /** end ex_kaleidoscope4.cpp **/