gimple.c (maybe_remove_unused_call_args): Fix typos in the commentary.
* gimple.c (maybe_remove_unused_call_args): Fix typos in the commentary. From-SVN: r236294
This commit is contained in:
parent
636542efb5
commit
538374e139
@ -1,3 +1,8 @@
|
||||
2016-05-16 Marek Polacek <polacek@redhat.com>
|
||||
|
||||
* gimple.c (maybe_remove_unused_call_args): Fix typos in the
|
||||
commentary.
|
||||
|
||||
2016-05-16 Martin Jambor <mjambor@suse.cz>
|
||||
|
||||
PR hsa/70857
|
||||
|
@ -3002,7 +3002,7 @@ gimple_seq_discard (gimple_seq seq)
|
||||
|
||||
/* See if STMT now calls function that takes no parameters and if so, drop
|
||||
call arguments. This is used when devirtualization machinery redirects
|
||||
to __builtiln_unreacahble or __cxa_pure_virutal. */
|
||||
to __builtin_unreachable or __cxa_pure_virtual. */
|
||||
|
||||
void
|
||||
maybe_remove_unused_call_args (struct function *fn, gimple *stmt)
|
||||
|
Loading…
Reference in New Issue
Block a user