[llvm-commits] [llvm] r140234 - in /llvm/trunk/lib: Support/ConstantRange.cpp Target/CppBackend/CPPBackend.cpp Target/X86/X86ISelLowering.cpp VMCore/Constants.cpp VMCore/Instructions.cpp
David Blaikie
dblaikie at gmail.com
Tue Sep 20 20:27:45 PDT 2011
>
> Change:
>
> assert(!"error message");
>
> To:
>
> assert(0 && "error message");
>
Should these all be changed to llvm_unreachable instead?
- David
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20110920/27265112/attachment.html>
More information about the llvm-commits
mailing list