[PATCH] D16025: [RS4GC] Replace some asserts by similar code using report_fatal_error().

Manuel Jacob via llvm-commits llvm-commits at lists.llvm.org
Tue Jan 12 18:25:16 PST 2016


mjacob abandoned this revision.
mjacob added a comment.

Note: there are two more comments on the mailing list which didn't end up showing here.

I'm abandoning this revision because the verifier should be extended to check restrictions on the input IR instead of adding `report_fatal_error()` in the RS4GC pass.


http://reviews.llvm.org/D16025





More information about the llvm-commits mailing list