Remove not needed __builtin_expect due to malloc predictor.
commit4be4287a60f685ef8e050eceb34dd38ad8fd7f57
authormarxin <marxin@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 10 Aug 2018 11:40:40 +0000 (10 11:40 +0000)
committermarxin <marxin@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 10 Aug 2018 11:40:40 +0000 (10 11:40 +0000)
tree0cb0dfc849273125d64fdbf1605be514baeddefe
parent8ff80b6b17dc3b40eee9ece37e1fa01f4a1b77c6
Remove not needed __builtin_expect due to malloc predictor.

2018-08-10  Martin Liska  <mliska@suse.cz>

* libsupc++/new_op.cc (new): Remove __builtin_expect as malloc
        predictor can handle that.
* libsupc++/new_opa.cc: Likewise.
* libsupc++/new_opnt.cc (new): Likewise.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@263470 138bc75d-0d04-0410-961f-82ee72b054a4
libstdc++-v3/ChangeLog
libstdc++-v3/libsupc++/new_op.cc
libstdc++-v3/libsupc++/new_opa.cc
libstdc++-v3/libsupc++/new_opnt.cc