Index: src/type-hints.cc |
diff --git a/src/compiler/type-hints.cc b/src/type-hints.cc |
similarity index 96% |
rename from src/compiler/type-hints.cc |
rename to src/type-hints.cc |
index 32e4486a52b9a859eed81978217384fdd2d553ab..ff00eeff8bbcbacd1cb49162429ce608e1c8cba9 100644 |
--- a/src/compiler/type-hints.cc |
+++ b/src/type-hints.cc |
@@ -2,11 +2,10 @@ |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
-#include "src/compiler/type-hints.h" |
+#include "src/type-hints.h" |
namespace v8 { |
namespace internal { |
-namespace compiler { |
std::ostream& operator<<(std::ostream& os, BinaryOperationHint hint) { |
switch (hint) { |
@@ -88,6 +87,5 @@ std::ostream& operator<<(std::ostream& os, ToBooleanHints hints) { |
return os; |
} |
-} // namespace compiler |
} // namespace internal |
} // namespace v8 |