OSDN Git Service

2010-04-30 Richard Guenther <rguenther@suse.de>
[pf3gnuchains/gcc-fork.git] / gcc / builtins.c
index 5f4b717..b514ae0 100644 (file)
@@ -1322,7 +1322,7 @@ apply_result_size (void)
       size = 0;
 
       for (regno = 0; regno < FIRST_PSEUDO_REGISTER; regno++)
-       if (targetm.calls.function_value_regno_p (regno))
+       if (FUNCTION_VALUE_REGNO_P (regno))
          {
            mode = reg_raw_mode[regno];