[docs] Fix self-contradictory description of llvm_unreachable
authorJan Korous <jkorous@apple.com>
Thu, 4 Jun 2020 03:04:48 +0000 (20:04 -0700)
committerJan Korous <jkorous@apple.com>
Thu, 4 Jun 2020 18:15:20 +0000 (11:15 -0700)
commit5f5d972d83ee80e9c319b61ee6a4b4704f4557dc
tree826c70b54ea09404e9ce9621f1b1450abc04a00e
parent42f6fec3878d708f2791ab0be3a060b07dac9d76
[docs] Fix self-contradictory description of llvm_unreachable

Just two paragraphs above it says:
"If the compiler does not support this [skipping code generation for a particular branch], it will fall back
to the "abort" implementation."

And that actually correctly describes llvm_unreachable implementation.

Differential Revision: https://reviews.llvm.org/D81130
llvm/docs/CodingStandards.rst
llvm/include/llvm/Support/ErrorHandling.h