OSDN Git Service

Fix build.
authorNarayan Kamath <narayan@google.com>
Fri, 30 May 2014 10:58:09 +0000 (11:58 +0100)
committerNarayan Kamath <narayan@google.com>
Fri, 30 May 2014 11:04:46 +0000 (12:04 +0100)
Lint error due to a wrong #include guard.

Change-Id: I3b5d56c412580ec14f5c09b859a1bd6f9eb667ee

compiler/dex/pass_driver_me_post_opt.h
compiler/dex/post_opt_passes.h

index adba363..574a6ba 100644 (file)
@@ -14,8 +14,8 @@
  * limitations under the License.
  */
 
-#ifndef ART_COMPILER_DEX_PASS_DRIVER_ME_CLEANUP_H_
-#define ART_COMPILER_DEX_PASS_DRIVER_ME_CLEANUP_H_
+#ifndef ART_COMPILER_DEX_PASS_DRIVER_ME_POST_OPT_H_
+#define ART_COMPILER_DEX_PASS_DRIVER_ME_POST_OPT_H_
 
 #include "pass_driver_me.h"
 
@@ -36,4 +36,4 @@ class PassDriverMEPostOpt : public PassDriverME<PassDriverMEPostOpt> {
 };
 
 }  // namespace art
-#endif  // ART_COMPILER_DEX_PASS_DRIVER_ME_CLEANUP_H_
+#endif  // ART_COMPILER_DEX_PASS_DRIVER_ME_POST_OPT_H_
index e101fb5..f203505 100644 (file)
@@ -14,8 +14,8 @@
  * limitations under the License.
  */
 
-#ifndef ART_COMPILER_DEX_CLEAN_UP_PASSES_H_
-#define ART_COMPILER_DEX_CLEAN_UP_PASSES_H_
+#ifndef ART_COMPILER_DEX_POST_OPT_PASSES_H_
+#define ART_COMPILER_DEX_POST_OPT_PASSES_H_
 
 #include "compiler_internals.h"
 #include "pass_me.h"
@@ -281,4 +281,4 @@ class FreeData : public PassME {
 
 }  // namespace art
 
-#endif  // ART_COMPILER_DEX_CLEAN_UP_PASSES_H_
+#endif  // ART_COMPILER_DEX_POST_OPT_PASSES_H_