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

Unified Diff: src/crankshaft/unique.h

Issue 1405363003: Move Hydrogen and Lithium to src/crankshaft/ (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: rebased 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/typing.cc ('k') | src/crankshaft/x64/lithium-codegen-x64.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/crankshaft/unique.h
diff --git a/src/unique.h b/src/crankshaft/unique.h
similarity index 98%
rename from src/unique.h
rename to src/crankshaft/unique.h
index 3497735496586f5cec435a775f04dc45fd1c7a4c..54abfa77106fa1dbd575b14d42b0d945afad2f46 100644
--- a/src/unique.h
+++ b/src/crankshaft/unique.h
@@ -2,11 +2,12 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef V8_UNIQUE_H_
-#define V8_UNIQUE_H_
+#ifndef V8_CRANKSHAFT_UNIQUE_H_
+#define V8_CRANKSHAFT_UNIQUE_H_
#include <ostream> // NOLINT(readability/streams)
+#include "src/assert-scope.h"
#include "src/base/functional.h"
#include "src/handles.h"
#include "src/utils.h"
@@ -358,4 +359,4 @@ class UniqueSet final : public ZoneObject {
} // namespace internal
} // namespace v8
-#endif // V8_UNIQUE_H_
+#endif // V8_CRANKSHAFT_UNIQUE_H_
« no previous file with comments | « src/crankshaft/typing.cc ('k') | src/crankshaft/x64/lithium-codegen-x64.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698