aboutsummaryrefslogtreecommitdiff
path: root/gcc/config/ia64/ia64.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/config/ia64/ia64.c')
-rw-r--r--gcc/config/ia64/ia64.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/gcc/config/ia64/ia64.c b/gcc/config/ia64/ia64.c
index 11bac13..52b3ba6 100644
--- a/gcc/config/ia64/ia64.c
+++ b/gcc/config/ia64/ia64.c
@@ -1433,10 +1433,8 @@ ia64_compute_frame_size (size)
Likwise for -a profiling for the bb_init_func argument. For -ax
profiling, we need two output registers for the two bb_init_trace_func
arguments. */
- if (profile_flag || profile_block_flag == 1)
+ if (profile_flag)
i = MAX (i, 1);
- else if (profile_block_flag == 2)
- i = MAX (i, 2);
current_frame_info.n_output_regs = i;
/* ??? No rotating register support yet. */