diff options
Diffstat (limited to 'compiler/llvm/llvm_compilation_unit.h')
-rw-r--r-- | compiler/llvm/llvm_compilation_unit.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/compiler/llvm/llvm_compilation_unit.h b/compiler/llvm/llvm_compilation_unit.h index 9de132379b..ced9f812c0 100644 --- a/compiler/llvm/llvm_compilation_unit.h +++ b/compiler/llvm/llvm_compilation_unit.h @@ -109,7 +109,7 @@ class LlvmCompilationUnit { UniquePtr< ::llvm::LLVMContext> context_; UniquePtr<IRBuilder> irb_; UniquePtr<RuntimeSupportBuilder> runtime_support_; - ::llvm::Module* module_; // Managed by context_ + ::llvm::Module* module_; // Managed by context_ UniquePtr<IntrinsicHelper> intrinsic_helper_; UniquePtr<LLVMInfo> llvm_info_; CompilerDriver* driver_; @@ -132,7 +132,7 @@ class LlvmCompilationUnit { friend class CompilerLLVM; // For LlvmCompilationUnit constructor }; -} // namespace llvm -} // namespace art +} // namespace llvm +} // namespace art #endif // ART_COMPILER_LLVM_LLVM_COMPILATION_UNIT_H_ |