mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-02-25 23:06:05 +08:00
Fix typo.
From-SVN: r160661
This commit is contained in:
parent
e285df089b
commit
acb6411a26
@ -560,7 +560,7 @@ fixup_noreturn_call (gimple stmt)
|
||||
tree op = gimple_call_lhs (stmt);
|
||||
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
|
||||
be removed afterwards.
|
||||
We proactively remove affected non-PHI statements to avoid
|
||||
|
Loading…
Reference in New Issue
Block a user