| Index: src/compiler/int64-lowering.cc
|
| diff --git a/src/compiler/int64-lowering.cc b/src/compiler/int64-lowering.cc
|
| index 253d2f0dc62df9f0eeb29ec744c2bd729c48336e..dcd3190fcc83969432716b0066eba1d47d4cc7df 100644
|
| --- a/src/compiler/int64-lowering.cc
|
| +++ b/src/compiler/int64-lowering.cc
|
| @@ -32,7 +32,7 @@ Int64Lowering::Int64Lowering(Graph* graph, MachineOperatorBuilder* machine,
|
| }
|
|
|
| void Int64Lowering::LowerGraph() {
|
| - if (4 != kPointerSize) {
|
| + if (!machine()->Is32()) {
|
| return;
|
| }
|
| stack_.push(graph()->end());
|
|
|