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

Unified Diff: src/crankshaft/x87/lithium-gap-resolver-x87.cc

Issue 1417193002: X87: Move Hydrogen and Lithium to src/crankshaft/ (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Created 5 years, 2 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/crankshaft/x87/lithium-codegen-x87.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/crankshaft/x87/lithium-gap-resolver-x87.cc
diff --git a/src/crankshaft/x87/lithium-gap-resolver-x87.cc b/src/crankshaft/x87/lithium-gap-resolver-x87.cc
index 74cb0ebf530b7a7657df7ca41da9a34c6a1292fc..ad475a3f8c7c83c8cbad91aaa121c7e04f893c2f 100644
--- a/src/crankshaft/x87/lithium-gap-resolver-x87.cc
+++ b/src/crankshaft/x87/lithium-gap-resolver-x87.cc
@@ -4,9 +4,8 @@
#if V8_TARGET_ARCH_X87
-#include "src/crankshaft/x87/lithium-gap-resolver-x87.h"
-
#include "src/crankshaft/x87/lithium-codegen-x87.h"
Jakob Kummerow 2015/10/22 09:03:30 The previous ordering was intentional and conforms
Weiliang 2015/10/22 09:15:42 Yes, thanks for pointing it out. @cy, please rever
+#include "src/crankshaft/x87/lithium-gap-resolver-x87.h"
namespace v8 {
namespace internal {
« no previous file with comments | « src/crankshaft/x87/lithium-codegen-x87.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698