Index: runtime/vm/flow_graph_compiler_mips.cc |
diff --git a/runtime/vm/flow_graph_compiler_mips.cc b/runtime/vm/flow_graph_compiler_mips.cc |
index 4e26972a071fa4e1ba02e773a8677f76446761d9..c02d511b3bf8865828a2c3c3c043c1aee3630ca2 100644 |
--- a/runtime/vm/flow_graph_compiler_mips.cc |
+++ b/runtime/vm/flow_graph_compiler_mips.cc |
@@ -504,7 +504,7 @@ RawSubtypeTestCache* FlowGraphCompiler::GenerateUninstantiatedTypeTest( |
__ Bind(&fall_through); |
return type_test_cache.raw(); |
} |
- if (type.IsType() || type.IsFunctionType()) { |
+ if (type.IsType()) { |
const Register kInstanceReg = A0; |
const Register kTypeArgumentsReg = A1; |
__ andi(CMPRES1, kInstanceReg, Immediate(kSmiTagMask)); |