| Index: src/compiler/machine-type.cc
|
| diff --git a/src/compiler/machine-type.cc b/src/compiler/machine-type.cc
|
| index 94aa124e03e948b7d9d1793727640c42a8546aa2..7475a038cc0d2a35ffea40464ce2bd022d73f499 100644
|
| --- a/src/compiler/machine-type.cc
|
| +++ b/src/compiler/machine-type.cc
|
| @@ -17,7 +17,7 @@ namespace compiler {
|
| }
|
|
|
|
|
| -OStream& operator<<(OStream& os, const MachineType& type) {
|
| +std::ostream& operator<<(std::ostream& os, const MachineType& type) {
|
| bool before = false;
|
| PRINT(kRepBit);
|
| PRINT(kRepWord8);
|
|
|