diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2008-05-08 16:54:30 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2008-05-08 16:54:30 +0000 |
commit | c663795752232f934b1f838e28540feceaf5f23e (patch) | |
tree | 8d1ac6999a1c30a85f8bbc947edf3dcfac100b50 | |
parent | 801af3aef592aab69e5a48425416e9f944534401 (diff) |
Due to the recent changes, it is no longer necessary to disable -fregmove
anymore.
-rw-r--r-- | gnu/usr.bin/gcc/gcc/config/sh/sh.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/gnu/usr.bin/gcc/gcc/config/sh/sh.c b/gnu/usr.bin/gcc/gcc/config/sh/sh.c index 9f138a6970c..3e31d619460 100644 --- a/gnu/usr.bin/gcc/gcc/config/sh/sh.c +++ b/gnu/usr.bin/gcc/gcc/config/sh/sh.c @@ -8104,9 +8104,6 @@ sh_override_options (void) #if defined(OPENBSD_NATIVE) || defined(OPENBSD_CROSS) /* disable stack protection for now */ flag_propolice_protection = 0; - - /* -fregmove is known to produce bad code on SuperH */ - flag_regmove = 0; #endif sh_cpu = CPU_SH1; |