Do not fixup edges for a thunk in LTRANS (PR lto/78049)
authorMartin Liska <mliska@suse.cz>
Thu, 20 Oct 2016 15:30:17 +0000 (17:30 +0200)
committerMartin Liska <marxin@gcc.gnu.org>
Thu, 20 Oct 2016 15:30:17 +0000 (15:30 +0000)
commit3e23d1bcc4d4b3daf48651d622404c88f9072fe7
treeb07dffedeeb4914ef5c5bccf9990ff7e49c9b5a8
parent2c35bbe14a830f58e121a6bd59c7088de93fc155
Do not fixup edges for a thunk in LTRANS (PR lto/78049)

PR lto/78049
* lto-streamer-in.c (fixup_call_stmt_edges_1): Replace value
comparison with STMT_UID_NOT_IN_RANGE.
(fixup_call_stmt_edges): Do not fixup edges of a thunk in
LTRANS.

From-SVN: r241380
gcc/ChangeLog
gcc/lto-streamer-in.c