aboutsummaryrefslogtreecommitdiff
path: root/gcc/mode-switching.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/mode-switching.c')
-rw-r--r--gcc/mode-switching.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/gcc/mode-switching.c b/gcc/mode-switching.c
index e935acd..3fdb2b4 100644
--- a/gcc/mode-switching.c
+++ b/gcc/mode-switching.c
@@ -740,9 +740,7 @@ static unsigned int
rest_of_handle_mode_switching (void)
{
#ifdef OPTIMIZE_MODE_SWITCHING
- no_new_pseudos = 0;
optimize_mode_switching ();
- no_new_pseudos = 1;
#endif /* OPTIMIZE_MODE_SWITCHING */
return 0;
}