Fix test added by D79830
authorErich Keane <erich.keane@intel.com>
Tue, 23 Jun 2020 15:33:44 +0000 (08:33 -0700)
committerErich Keane <erich.keane@intel.com>
Tue, 23 Jun 2020 15:39:25 +0000 (08:39 -0700)
commit79ceda2e394cefd6ce650dc40fce44295e76be2b
tree6d9029baaf4fd14adb2cf8310a83e3fa39b588e2
parenta4dc61344f08f7581b8794c5819ffdf9c708ecfe
Fix test added by D79830

This clang test unfortunately depends on the actions of the optimizer,
which some of the buildbots hit.

This patch makes it so it cannot ignore the return value of 'f', so it
won't do away with the implementation.
clang/test/CodeGen/builtin-expect-with-probability.cpp