df-scan.c (df_get_exit-block_use_set): Always add the stack pointer to the exit block...
authorSeongbae Park <seongbae.park@gmail.com>
Tue, 12 Jun 2007 21:28:16 +0000 (21:28 +0000)
committerKenneth Zadeck <zadeck@gcc.gnu.org>
Tue, 12 Jun 2007 21:28:16 +0000 (21:28 +0000)
commitb718216c5ad4bc0054646d701d3b4fa67d74c96b
treef1a52028038cb9c4d4237adcf534a3b7dfc762b0
parent0a090f42f6f1a646830a7b51c8b267fe27da383c
df-scan.c (df_get_exit-block_use_set): Always add the stack pointer to the exit block use set.

2007-06-12 Seongbae Park <seongbae.park@gmail.com>

       * df-scan.c (df_get_exit-block_use_set): Always add the stack pointer
       to the exit block use set.
       * gcse.c (cpro_jump): Don't emit barrier in cfglayout mode.
       * config/sparc/sparc.c (sparc_check_64): Check df != NULL.

From-SVN: r125658
gcc/ChangeLog
gcc/config/sparc/sparc.c
gcc/df-scan.c
gcc/gcse.c