diff options
author | Marek Polacek <polacek@redhat.com> | 2016-05-16 17:33:23 +0000 |
---|---|---|
committer | Marek Polacek <mpolacek@gcc.gnu.org> | 2016-05-16 17:33:23 +0000 |
commit | 538374e1396abe947817191a4da34ecc0ad3fb19 (patch) | |
tree | a205fcc6815c19b85720f8d7e3254860ea00e05c /gcc/gimple.c | |
parent | 636542efb52ab08939b4c77f90b6cf373ad7058f (diff) | |
download | gcc-538374e1396abe947817191a4da34ecc0ad3fb19.tar.gz |
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
Diffstat (limited to 'gcc/gimple.c')
-rw-r--r-- | gcc/gimple.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/gimple.c b/gcc/gimple.c index 1a22e8235f1..d822fabcaa5 100644 --- a/gcc/gimple.c +++ b/gcc/gimple.c @@ -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) |