Commit 538374e1 by Marek Polacek Committed by Marek Polacek

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
parent 636542ef
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> 2016-05-16 Martin Jambor <mjambor@suse.cz>
PR hsa/70857 PR hsa/70857
......
...@@ -3002,7 +3002,7 @@ gimple_seq_discard (gimple_seq seq) ...@@ -3002,7 +3002,7 @@ gimple_seq_discard (gimple_seq seq)
/* See if STMT now calls function that takes no parameters and if so, drop /* See if STMT now calls function that takes no parameters and if so, drop
call arguments. This is used when devirtualization machinery redirects call arguments. This is used when devirtualization machinery redirects
to __builtiln_unreacahble or __cxa_pure_virutal. */ to __builtin_unreachable or __cxa_pure_virtual. */
void void
maybe_remove_unused_call_args (struct function *fn, gimple *stmt) maybe_remove_unused_call_args (struct function *fn, gimple *stmt)
......
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