aboutsummaryrefslogtreecommitdiff
path: root/gcc/config/c4x/c4x.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/config/c4x/c4x.c')
-rw-r--r--gcc/config/c4x/c4x.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/gcc/config/c4x/c4x.c b/gcc/config/c4x/c4x.c
index a20fb95..3559652 100644
--- a/gcc/config/c4x/c4x.c
+++ b/gcc/config/c4x/c4x.c
@@ -851,13 +851,6 @@ c4x_expand_prologue ()
return;
}
-#ifdef FUNCTION_BLOCK_PROFILER_EXIT
- if (profile_block_flag == 2)
- {
- FUNCTION_BLOCK_PROFILER_EXIT
- }
-#endif
-
/* For __interrupt__ function build specific prologue. */
if (c4x_interrupt_function_p ())
{
@@ -1239,7 +1232,6 @@ c4x_null_epilogue_p ()
&& ! c4x_interrupt_function_p ()
&& ! current_function_calls_alloca
&& ! current_function_args_size
- && ! (profile_block_flag == 2)
&& ! (optimize < 2)
&& ! get_frame_size ())
{