aboutsummaryrefslogtreecommitdiff
path: root/gcc/jit/jit-playback.h
diff options
context:
space:
mode:
authorDavid Malcolm <dmalcolm@redhat.com>2015-06-05 21:20:07 +0000
committerDavid Malcolm <dmalcolm@gcc.gnu.org>2015-06-05 21:20:07 +0000
commite4753451687bbad897a42e3d65a8698d21715272 (patch)
tree25b30db60a0639d1f7a601742a86859fc18091f6 /gcc/jit/jit-playback.h
parent9c3e121b01cd04ed96645f85d4587184d832a103 (diff)
downloadgcc-e4753451687bbad897a42e3d65a8698d21715272.zip
gcc-e4753451687bbad897a42e3d65a8698d21715272.tar.gz
gcc-e4753451687bbad897a42e3d65a8698d21715272.tar.bz2
Remove jit_langhook_post_compilation_parsing_cleanups
gcc/jit/ChangeLog: * dummy-frontend.c (jit_langhook_post_compilation_parsing_cleanups): Remove. (LANG_HOOKS_POST_COMPILATION_PARSING_CLEANUPS): Remove * jit-playback.c (gcc::jit::playback::context::new_global): Add call to varpool_node::finalize_decl. (gcc::jit::playback::context::finalize_global_decls): Remove. * jit-playback.h (gcc::jit::playback::context::finalize_global_decls): Remove. From-SVN: r224173
Diffstat (limited to 'gcc/jit/jit-playback.h')
-rw-r--r--gcc/jit/jit-playback.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/gcc/jit/jit-playback.h b/gcc/jit/jit-playback.h
index 84d99e4..a6de566 100644
--- a/gcc/jit/jit-playback.h
+++ b/gcc/jit/jit-playback.h
@@ -215,8 +215,6 @@ public:
return m_recording_ctxt->errors_occurred ();
}
- void finalize_global_decls ();
-
private:
void dump_generated_code ();