From d6e614bf540679f16575db9a2318909259db2d9d Mon Sep 17 00:00:00 2001 From: Logan Chien Date: Thu, 1 Mar 2012 20:57:44 +0800 Subject: Rename header guard of compiler_llvm.h Change-Id: Ib13fc8c0c8f39288a5c6e994928c0f4787a16a4c --- src/compiler_llvm/compiler_llvm.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/compiler_llvm/compiler_llvm.h') diff --git a/src/compiler_llvm/compiler_llvm.h b/src/compiler_llvm/compiler_llvm.h index 3c653a3669..07ffa61452 100644 --- a/src/compiler_llvm/compiler_llvm.h +++ b/src/compiler_llvm/compiler_llvm.h @@ -14,8 +14,8 @@ * limitations under the License. */ -#ifndef ART_SRC_COMPILER_LLVM_LLVM_COMPILER_H_ -#define ART_SRC_COMPILER_LLVM_LLVM_COMPILER_H_ +#ifndef ART_SRC_COMPILER_LLVM_COMPILER_LLVM_H_ +#define ART_SRC_COMPILER_LLVM_COMPILER_LLVM_H_ #include "constants.h" #include "dex_file.h" @@ -114,4 +114,4 @@ class CompilerLLVM { } // namespace compiler_llvm } // namespace art -#endif // ART_SRC_COMPILER_LLVM_LLVM_COMPILER_H_ +#endif // ART_SRC_COMPILER_LLVM_COMPILER_LLVM_H_ -- cgit v1.2.3-59-g8ed1b