32 lines
917 B
Diff
32 lines
917 B
Diff
* alias.c (init_alias_analysis): Don't check for
|
|
prologue_epilogue_contains.
|
|
|
|
Index: alias.c
|
|
===================================================================
|
|
RCS file: /cvs/gcc/gcc/gcc/alias.c,v
|
|
retrieving revision 1.180.2.5
|
|
diff -c -3 -p -r1.180.2.5 alias.c
|
|
*** gcc/alias.c 14 Aug 2003 13:20:09 -0000 1.180.2.5
|
|
--- gcc/alias.c 21 Aug 2003 23:17:21 -0000
|
|
*************** init_alias_analysis ()
|
|
*** 2810,2815 ****
|
|
--- 2810,2816 ----
|
|
{
|
|
rtx note, set;
|
|
|
|
+ #if 0
|
|
#if defined (HAVE_prologue) || defined (HAVE_epilogue)
|
|
/* The prologue/epilogue insns are not threaded onto the
|
|
insn chain until after reload has completed. Thus,
|
|
*************** init_alias_analysis ()
|
|
*** 2818,2823 ****
|
|
--- 2819,2825 ----
|
|
if (reload_completed
|
|
&& prologue_epilogue_contains (insn))
|
|
continue;
|
|
+ #endif
|
|
#endif
|
|
|
|
/* If this insn has a noalias note, process it, Otherwise,
|
|
|