jit-playback: Move dso-creation into its own function
commit22e58cbe71c301a80dca7b4da4b410c1b0792d55
authordmalcolm <dmalcolm@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 1 Dec 2014 18:02:45 +0000 (1 18:02 +0000)
committerdmalcolm <dmalcolm@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 1 Dec 2014 18:02:45 +0000 (1 18:02 +0000)
treef86fcd6b5f7026c592693b093c3df5d451124b73
parent714277306b3e5164eb9679033cf766ca6e8800e1
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.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@218238 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/jit/ChangeLog
gcc/jit/jit-playback.c
gcc/jit/jit-playback.h