Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(62)

Unified Diff: src/codegen.h

Issue 92068: Move backend specific files to separate directories. (Closed)
Patch Set: Added CPPPATH flag and made all includes use same base path. Created 11 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « src/builtins-ia32.cc ('k') | src/codegen-arm.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/codegen.h
diff --git a/src/codegen.h b/src/codegen.h
index 54fe3300454833b066e1fa66ab3069497f355dae..e9a5edd2cd9d6dab0ddf38f6a314e8458ec3d824 100644
--- a/src/codegen.h
+++ b/src/codegen.h
@@ -77,9 +77,9 @@ enum OverwriteMode { NO_OVERWRITE, OVERWRITE_LEFT, OVERWRITE_RIGHT };
#ifdef ARM
-#include "codegen-arm.h"
+#include "arm/codegen-arm.h"
#else
-#include "codegen-ia32.h"
+#include "ia32/codegen-ia32.h"
#endif
namespace v8 { namespace internal {
« no previous file with comments | « src/builtins-ia32.cc ('k') | src/codegen-arm.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698