diff options
author | Brian Carlstrom <bdc@google.com> | 2013-07-26 10:54:15 -0700 |
---|---|---|
committer | Brian Carlstrom <bdc@google.com> | 2013-07-26 11:55:10 -0700 |
commit | 7934ac288acfb2552bb0b06ec1f61e5820d924a4 (patch) | |
tree | 43f3acd8af7fd34d4ae7b64f6e06bb8429d74bb8 /compiler/llvm/compiler_llvm.cc | |
parent | fb331d7ca004f39608fcfdae49d38df90c702ea9 (diff) | |
download | android_art-7934ac288acfb2552bb0b06ec1f61e5820d924a4.tar.gz android_art-7934ac288acfb2552bb0b06ec1f61e5820d924a4.tar.bz2 android_art-7934ac288acfb2552bb0b06ec1f61e5820d924a4.zip |
Fix cpplint whitespace/comments issues
Change-Id: Iae286862c85fb8fd8901eae1204cd6d271d69496
Diffstat (limited to 'compiler/llvm/compiler_llvm.cc')
-rw-r--r-- | compiler/llvm/compiler_llvm.cc | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/compiler/llvm/compiler_llvm.cc b/compiler/llvm/compiler_llvm.cc index 4475b25043..6b19a37b6f 100644 --- a/compiler/llvm/compiler_llvm.cc +++ b/compiler/llvm/compiler_llvm.cc @@ -57,7 +57,7 @@ void InitializeLLVM() { llvm::llvm_start_multithreaded(); // NOTE: Uncomment following line to show the time consumption of LLVM passes - //llvm::TimePassesIsEnabled = true; + // llvm::TimePassesIsEnabled = true; // Initialize LLVM target-specific options. art::llvm::InitialBackendOptions(); @@ -96,7 +96,7 @@ void InitializeLLVM() { // Two reasons: (1) the order of the destruction of static objects, or // (2) dlopen/dlclose side-effect on static objects. -} // anonymous namespace +} // anonymous namespace namespace art { @@ -171,8 +171,8 @@ CompileNativeMethod(DexCompilationUnit* dex_compilation_unit) { } -} // namespace llvm -} // namespace art +} // namespace llvm +} // namespace art inline static art::llvm::CompilerLLVM* ContextOf(art::CompilerDriver& driver) { void *compiler_context = driver.GetCompilerContext(); |