X-Git-Url: http://plrg.eecs.uci.edu/git/?p=oota-llvm.git;a=blobdiff_plain;f=include%2Fllvm%2FExecutionEngine%2FOrc%2FIRCompileLayer.h;fp=include%2Fllvm%2FExecutionEngine%2FOrc%2FIRCompileLayer.h;h=6a4762217399ee237539aea22cc00eb1c1a78af0;hp=19f55e9551c2d0f4c86c66bed9a64371aed1abee;hb=8d353ae15775ec7aaeb4f4da60c83ffba3a660db;hpb=59d81dbafbbfa532c1dc484dffe6c63e1b89bca8 diff --git a/include/llvm/ExecutionEngine/Orc/IRCompileLayer.h b/include/llvm/ExecutionEngine/Orc/IRCompileLayer.h index 19f55e9551c..6a476221739 100644 --- a/include/llvm/ExecutionEngine/Orc/IRCompileLayer.h +++ b/include/llvm/ExecutionEngine/Orc/IRCompileLayer.h @@ -21,6 +21,7 @@ #include namespace llvm { +namespace orc { /// @brief Eager IR compiling layer. /// @@ -138,6 +139,8 @@ private: CompileFtor Compile; ObjectCache *ObjCache; }; -} + +} // End namespace orc. +} // End namespace llvm. #endif // LLVM_EXECUTIONENGINE_ORC_IRCOMPILINGLAYER_H