Index: runtime/vm/flow_graph_compiler_arm.cc |
diff --git a/runtime/vm/flow_graph_compiler_arm.cc b/runtime/vm/flow_graph_compiler_arm.cc |
index b2b321ec85d8a4661fc796497b9e04bd5e7378a5..9f0da1e5a1f65241ec6747f68ca3d551b7155b1f 100644 |
--- a/runtime/vm/flow_graph_compiler_arm.cc |
+++ b/runtime/vm/flow_graph_compiler_arm.cc |
@@ -516,7 +516,7 @@ RawSubtypeTestCache* FlowGraphCompiler::GenerateUninstantiatedTypeTest( |
__ Bind(&fall_through); |
return type_test_cache.raw(); |
} |
- if (type.IsType() || type.IsFunctionType()) { |
+ if (type.IsType()) { |
const Register kInstanceReg = R0; |
const Register kTypeArgumentsReg = R1; |
__ tst(kInstanceReg, Operand(kSmiTagMask)); // Is instance Smi? |