Do not fixup edges for a thunk in LTRANS (PR lto/78049)
commit75b11edb931548ca4ca0793a140b38ede14f1cce
authormarxin <marxin@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 20 Oct 2016 15:30:17 +0000 (20 15:30 +0000)
committermarxin <marxin@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 20 Oct 2016 15:30:17 +0000 (20 15:30 +0000)
treeb07dffedeeb4914ef5c5bccf9990ff7e49c9b5a8
parent0690472235f0ccb152ca94c62f0f6bbcb01518c8
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.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@241380 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/lto-streamer-in.c