* config/alpha/alpha.c (direct_call_operand): Don't fall off end.
From-SVN: r46311
This commit is contained in:
parent
14976c58e9
commit
4d8f669f94
2 changed files with 6 additions and 0 deletions
|
@ -1,3 +1,7 @@
|
|||
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
|
||||
|
|
Loading…
Add table
Reference in a new issue