Commit 4d8f669f by Richard Henderson Committed by Richard Henderson

* config/alpha/alpha.c (direct_call_operand): Don't fall off end.

From-SVN: r46311
parent 14976c58
2001-10-17 Richard Henderson <rth@redhat.com>
* config/alpha/alpha.c (direct_call_operand): Don't fall off end.
2001-10-16 Matt Kraai <kraai@alumni.carnegiemellon.edu>
* c-tree.texi: Eliminate duplicated word.
......
......@@ -868,6 +868,8 @@ direct_call_operand (op, mode)
if (! TARGET_PROFILING_NEEDS_GP
&& ! profile_flag && ! profile_block_flag)
return 0;
return 1;
}
/* Return true if OP is a LABEL_REF, or SYMBOL_REF or CONST referencing
......
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