Commit acb6411a by Jan Hubicka

Fix typo.

From-SVN: r160661
parent e285df08
...@@ -560,7 +560,7 @@ fixup_noreturn_call (gimple stmt) ...@@ -560,7 +560,7 @@ fixup_noreturn_call (gimple stmt)
tree op = gimple_call_lhs (stmt); tree op = gimple_call_lhs (stmt);
gimple_call_set_lhs (stmt, NULL_TREE); gimple_call_set_lhs (stmt, NULL_TREE);
/* We need to remove SSA name to avoid checking. /* We need to remove SSA name to avoid checking errors.
All uses are dominated by the noreturn and thus will All uses are dominated by the noreturn and thus will
be removed afterwards. be removed afterwards.
We proactively remove affected non-PHI statements to avoid We proactively remove affected non-PHI statements to avoid
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment