| Index: src/compiler/representation-change.cc
|
| diff --git a/src/compiler/representation-change.cc b/src/compiler/representation-change.cc
|
| index 5dab60f6a32bd06a101d7e6e380f184498b7115c..40580e86bffaf41d5290a090a57d286e5fc9d3ee 100644
|
| --- a/src/compiler/representation-change.cc
|
| +++ b/src/compiler/representation-change.cc
|
| @@ -97,7 +97,6 @@ bool Truncation::LessGeneral(TruncationKind rep1, TruncationKind rep2) {
|
|
|
| namespace {
|
|
|
| -// TODO(titzer): should Word64 also be implicitly convertable to others?
|
| bool IsWord(MachineRepresentation rep) {
|
| return rep == MachineRepresentation::kWord8 ||
|
| rep == MachineRepresentation::kWord16 ||
|
|
|