diff options
author | 2013-07-26 10:54:15 -0700 | |
---|---|---|
committer | 2013-07-26 11:55:10 -0700 | |
commit | 7934ac288acfb2552bb0b06ec1f61e5820d924a4 (patch) | |
tree | 43f3acd8af7fd34d4ae7b64f6e06bb8429d74bb8 /compiler/llvm/llvm_compilation_unit.h | |
parent | fb331d7ca004f39608fcfdae49d38df90c702ea9 (diff) |
Fix cpplint whitespace/comments issues
Change-Id: Iae286862c85fb8fd8901eae1204cd6d271d69496
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_ |