| Index: runtime/vm/flow_graph_compiler.cc
|
| diff --git a/runtime/vm/flow_graph_compiler.cc b/runtime/vm/flow_graph_compiler.cc
|
| index 73c4fbaa6518aa0ac89c1e4aa0cc522499fabbf5..79d9e6158730f4c3ed159f0638931ce408669345 100644
|
| --- a/runtime/vm/flow_graph_compiler.cc
|
| +++ b/runtime/vm/flow_graph_compiler.cc
|
| @@ -1553,7 +1553,6 @@ ParallelMoveResolver::ScratchRegisterScope::ScratchRegisterScope(
|
| if (resolver->compiler_->intrinsic_mode()) {
|
| // Block additional registers that must be preserved for intrinsics.
|
| blocked_mask |= RegMaskBit(ARGS_DESC_REG);
|
| - blocked_mask |= RegMaskBit(CODE_REG);
|
| }
|
| reg_ = static_cast<Register>(
|
| resolver_->AllocateScratchRegister(Location::kRegister,
|
|
|