diff options
author | pfg <pfg@FreeBSD.org> | 2014-01-02 13:53:53 +0000 |
---|---|---|
committer | pfg <pfg@FreeBSD.org> | 2014-01-02 13:53:53 +0000 |
commit | 6053c493e0e2a18f4e546f35ab4b1d119a2b8baa (patch) | |
tree | 5f444ea4148b370cd2253753252a21e4e28c5e7a /contrib/gcc/toplev.c | |
parent | 541c54820f14b6c054df1b29b785d8aca7911f23 (diff) | |
download | FreeBSD-src-6053c493e0e2a18f4e546f35ab4b1d119a2b8baa.zip FreeBSD-src-6053c493e0e2a18f4e546f35ab4b1d119a2b8baa.tar.gz |
Revert r260073; small diff reduction wrt gcc43 and Apple GCC.
Unfortunately this causes ICE on powerpc and sparc64.
Reducing these differences against upstream is not important
anymore so hopefully I have finished breaking the compiler
occasionally.
Diffstat (limited to 'contrib/gcc/toplev.c')
-rw-r--r-- | contrib/gcc/toplev.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/contrib/gcc/toplev.c b/contrib/gcc/toplev.c index 71c4a8b..786ec12 100644 --- a/contrib/gcc/toplev.c +++ b/contrib/gcc/toplev.c @@ -1948,11 +1948,6 @@ lang_dependent_init (const char *name) provide a dummy function context for them. */ init_dummy_function_start (); init_expr_once (); - - /* Although the actions of init_set_costs are language-independent, - it uses optabs, so we cannot call it from backend_init. */ - init_set_costs (); - expand_dummy_function_end (); /* If dbx symbol table desired, initialize writing it and output the |