Files
Eli Friedman 66ce6fc8af [SafeStack] Handle unreachable code with safe stack coloring.
Instead of asserting that the function doesn't have any unreachable
code, just ignore it for the purpose of computing liveness.

Differential Revision: https://reviews.llvm.org/D51070



git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@340456 91177308-0d34-0410-b5e6-96231b3b80d8
2018-08-22 21:38:57 +00:00
..