Just guess here, but imagine that the function is built in by the compiler, and you have this in the calling code:
if (functionUsingUnlikelyForReturn()) { // Do something } else { // Do something different }
it is reasonable for branch prediction to take into account the hint.
Jon skeet
source share