Skip to content
Commit 3f73184d authored by Nick Lewycky's avatar Nick Lewycky
Browse files

This is not actually unreachable, so don't use llvm_unreachable for it. Since

the intent seems to be to terminate even in Release builds, just use abort()
directly.

If program flow ever reaches a __builtin_unreachable (which llvm_unreachable is
#define'd to on newer GCCs) then the program is undefined.

llvm-svn: 138068
parent b527f449
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment