jit-playback: Move dso-creation into its own function
authorDavid Malcolm <dmalcolm@redhat.com>
Mon, 1 Dec 2014 18:02:45 +0000 (18:02 +0000)
committerDavid Malcolm <dmalcolm@gcc.gnu.org>
Mon, 1 Dec 2014 18:02:45 +0000 (18:02 +0000)
commitc6760a13178f56f5aea081b0f88fa7695a9daf58
treef86fcd6b5f7026c592693b093c3df5d451124b73
parent8f50ee3cbed51591b9297c804a86b9c278bb04ec
jit-playback: Move dso-creation into its own function

gcc/jit/ChangeLog:
* jit-playback.c (gcc::jit::playback::context::compile): Move DSO
creation code into...
(gcc::jit::playback::context::convert_to_dso): New function.
* jit-playback.h (gcc::jit::playback::context::convert_to_dso):
New function.

From-SVN: r218238
gcc/jit/ChangeLog
gcc/jit/jit-playback.c
gcc/jit/jit-playback.h