projects
/
gcc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c30bb47
)
* reg-stack.c (reg_to_stack): Do not call find_basic_blocks.
author
Jan Hubicka
<jh@suse.cz>
Wed, 5 Jun 2002 13:23:16 +0000
(15:23 +0200)
committer
Jan Hubicka
<hubicka@gcc.gnu.org>
Wed, 5 Jun 2002 13:23:16 +0000
(13:23 +0000)
From-SVN: r54282
gcc/ChangeLog
patch
|
blob
|
history
gcc/reg-stack.c
patch
|
blob
|
history
diff --git
a/gcc/ChangeLog
b/gcc/ChangeLog
index 742bc19c2e72815a3f46536edca5df539488f2db..3b9651c5c64e04a275f0275c0849817a6cafb6c9 100644
(file)
--- a/
gcc/ChangeLog
+++ b/
gcc/ChangeLog
@@
-1,3
+1,7
@@
+Wed Jun 5 15:20:58 CEST 2002 Jan Hubicka <jh@suse.cz>
+
+ * reg-stack.c (reg_to_stack): Do not call find_basic_blocks.
+
2002-06-05 Alan Modra <amodra@bigpond.net.au>
* config/rs6000/linux64.h (ASM_OUTPUT_SOURCE_LINE): Define.
diff --git
a/gcc/reg-stack.c
b/gcc/reg-stack.c
index 90a3cbf002897a937d59df86338a83bcfe796016..e1fa264118c96a728dee44e460330ff1a48fdf39 100644
(file)
--- a/
gcc/reg-stack.c
+++ b/
gcc/reg-stack.c
@@
-441,7
+441,6
@@
reg_to_stack (first, file)
build the CFG and run life analysis. */
if (!optimize)
{
- find_basic_blocks (first, max_reg_num (), file);
count_or_remove_death_notes (NULL, 1);
life_analysis (first, file, PROP_DEATH_NOTES);
}