Remove not needed __builtin_expect due to malloc predictor.
authorMartin Liska <mliska@suse.cz>
Fri, 10 Aug 2018 11:40:40 +0000 (13:40 +0200)
committerMartin Liska <marxin@gcc.gnu.org>
Fri, 10 Aug 2018 11:40:40 +0000 (11:40 +0000)
commit8b9a5b5e0e1c69cd97f56c732cdb8a96c92baabe
tree0cb0dfc849273125d64fdbf1605be514baeddefe
parentaa40590559358fb59326f6adaed65db709061640
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.

From-SVN: r263470
libstdc++-v3/ChangeLog
libstdc++-v3/libsupc++/new_op.cc
libstdc++-v3/libsupc++/new_opa.cc
libstdc++-v3/libsupc++/new_opnt.cc