libitm.exp: Reorder lib loads into dependency order.
[gcc.git] / gcc / value-prof.c
index b665b1c390496ccfc2fff2cd00647c9747e21d24..67bc2c8ea8e86423ed877d435280d724c3fa418a 100644 (file)
@@ -1231,7 +1231,7 @@ static bool
 check_ic_target (gimple call_stmt, struct cgraph_node *target)
 {
    location_t locus;
-   if (gimple_check_call_matching_types (call_stmt, target->symbol.decl))
+   if (gimple_check_call_matching_types (call_stmt, target->symbol.decl, true))
      return true;
 
    locus =  gimple_location (call_stmt);