Commits

Nadav Rotem committed fd7b9c4db1a
Move the MergeCondFail pass after RedundantCondFailElimination We should try to remove as many condfails before we merge them. The current order worked fine because the passes optimize different cond_fails (we remove arithmetic condfails and merge non-arithmetic ones), but we'll probably add more optimizations in the future and we should have the right order.