| 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
|
|
|