summaryrefslogtreecommitdiff
path: root/src/compiler_llvm/compiler_llvm.h
diff options
context:
space:
mode:
author Logan Chien <loganchien@google.com> 2012-03-01 20:57:44 +0800
committer Shih-wei Liao <sliao@google.com> 2012-03-01 12:22:35 -0800
commitd6e614bf540679f16575db9a2318909259db2d9d (patch)
tree3384e05e466b46fda7baf6675a98364c134df6e4 /src/compiler_llvm/compiler_llvm.h
parent4f00596ddd181cac1804ff49f45f3ae76244556b (diff)
Rename header guard of compiler_llvm.h
Change-Id: Ib13fc8c0c8f39288a5c6e994928c0f4787a16a4c
Diffstat (limited to 'src/compiler_llvm/compiler_llvm.h')
-rw-r--r--src/compiler_llvm/compiler_llvm.h6
1 files changed, 3 insertions, 3 deletions
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_