Commit d14d353d by Richard Kenner

(current_file_function_operand): Return false if profiling.

From-SVN: r9448
parent 34aa3599
...@@ -353,6 +353,7 @@ current_file_function_operand (op, mode) ...@@ -353,6 +353,7 @@ current_file_function_operand (op, mode)
enum machine_mode mode; enum machine_mode mode;
{ {
return (GET_CODE (op) == SYMBOL_REF return (GET_CODE (op) == SYMBOL_REF
&& ! profile_flag && ! profile_block_flag
&& (SYMBOL_REF_FLAG (op) && (SYMBOL_REF_FLAG (op)
|| op == XEXP (DECL_RTL (current_function_decl), 0))); || op == XEXP (DECL_RTL (current_function_decl), 0)));
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment