tree-ssa-pre.c (eliminate): Use TODO_update_ssa_only_virtuals, not TODO_update_ssa.

2009-05-15  Richard Guenther  <rguenther@suse.de>

	* tree-ssa-pre.c (eliminate): Use TODO_update_ssa_only_virtuals,
	not TODO_update_ssa.

From-SVN: r147574
This commit is contained in:
Richard Guenther 2009-05-15 13:16:12 +00:00 committed by Richard Biener
parent 828552ed0b
commit 7ffa47ca1e
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2009-05-15 Richard Guenther <rguenther@suse.de>
* tree-ssa-pre.c (eliminate): Use TODO_update_ssa_only_virtuals,
not TODO_update_ssa.
2009-05-15 Richard Guenther <rguenther@suse.de>
PR tree-optimization/39999

View File

@ -4135,7 +4135,7 @@ eliminate (void)
/* Changing an indirect call to a direct call may
have exposed different semantics. This may
require an SSA update. */
todo |= TODO_update_ssa;
todo |= TODO_update_ssa_only_virtuals;
}
}
}