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

Unified Diff: src/machine-type.cc

Issue 1498833002: Move machine-type.h from src/compiler to src/. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Created 5 years 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/machine-type.h ('k') | test/cctest/compiler/c-signature.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/machine-type.cc
diff --git a/src/compiler/machine-type.cc b/src/machine-type.cc
similarity index 91%
rename from src/compiler/machine-type.cc
rename to src/machine-type.cc
index 7475a038cc0d2a35ffea40464ce2bd022d73f499..c7dc0b47c8926b03bdd4a14051cdea5323f8326e 100644
--- a/src/compiler/machine-type.cc
+++ b/src/machine-type.cc
@@ -2,12 +2,11 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "src/compiler/machine-type.h"
+#include "src/machine-type.h"
#include "src/ostreams.h"
namespace v8 {
namespace internal {
-namespace compiler {
#define PRINT(bit) \
if (type & bit) { \
@@ -41,6 +40,5 @@ std::ostream& operator<<(std::ostream& os, const MachineType& type) {
#undef PRINT
-} // namespace compiler
} // namespace internal
} // namespace v8
« no previous file with comments | « src/machine-type.h ('k') | test/cctest/compiler/c-signature.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698