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

Unified Diff: test/unittests/compiler/control-equivalence-unittest.cc

Issue 2451853002: Uniform and precise source positions for inlining (Closed)
Patch Set: fixed gcmole issue Created 4 years, 1 month 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
Index: test/unittests/compiler/control-equivalence-unittest.cc
diff --git a/test/unittests/compiler/control-equivalence-unittest.cc b/test/unittests/compiler/control-equivalence-unittest.cc
index 6534e90cccdd39a18c39da54d44f3e192ebf6f08..093b46abdbcd87ede6ef1bc33450a439a6fa6169 100644
--- a/test/unittests/compiler/control-equivalence-unittest.cc
+++ b/test/unittests/compiler/control-equivalence-unittest.cc
@@ -4,9 +4,9 @@
#include "src/compiler/control-equivalence.h"
#include "src/bit-vector.h"
+#include "src/compiler/compiler-source-position-table.h"
#include "src/compiler/graph-visualizer.h"
#include "src/compiler/node-properties.h"
-#include "src/compiler/source-position.h"
#include "src/zone/zone-containers.h"
#include "test/unittests/compiler/graph-unittest.h"

Powered by Google App Engine
This is Rietveld 408576698