Skip to content
Commit 1d1dca6a authored by Craig Topper's avatar Craig Topper
Browse files

[X86] Change an llvm_unreachable to a report_fatal_error so the optimizer will...

[X86] Change an llvm_unreachable to a report_fatal_error so the optimizer will stop making us reach the other report_fatal_error in this function.

There's a conditional report_fatal_error just above this llvm_unreachable. The optimizer when seeing the unreachable removes the conditional and just makes any other error trigger the existing report_fatal_error.

llvm-svn: 343428
parent 71d781c4
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment