[cfe-commits] r138526 - /cfe/trunk/lib/StaticAnalyzer/Core/CFRefCount.cpp

Frits van Bommel fvbommel at gmail.com
Thu Aug 25 01:52:03 PDT 2011


On 25 August 2011 01:41, Jordy Rose <jediknil at belkadan.com> wrote:
> +    llvm_unreachable("Invalid/unknown GC mode.");
> +    return false;

llvm_unreachable() expands to either __builtin_unreachable() or a call
to a noreturn function. Either way, there should be no need for the
explicit return.




More information about the cfe-commits mailing list