From 7934ac288acfb2552bb0b06ec1f61e5820d924a4 Mon Sep 17 00:00:00 2001 From: Brian Carlstrom Date: Fri, 26 Jul 2013 10:54:15 -0700 Subject: Fix cpplint whitespace/comments issues Change-Id: Iae286862c85fb8fd8901eae1204cd6d271d69496 --- compiler/llvm/compiler_llvm.cc | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'compiler/llvm/compiler_llvm.cc') 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(); -- cgit v1.2.3-59-g8ed1b