gimple.c (maybe_remove_unused_call_args): Fix typos in the commentary.
authorMarek Polacek <polacek@redhat.com>
Mon, 16 May 2016 17:33:23 +0000 (17:33 +0000)
committerMarek Polacek <mpolacek@gcc.gnu.org>
Mon, 16 May 2016 17:33:23 +0000 (17:33 +0000)
* gimple.c (maybe_remove_unused_call_args): Fix typos in the
commentary.

From-SVN: r236294

gcc/ChangeLog
gcc/gimple.c

index 0f06f1d79cc38a9e1487f7e0f0e51252c9641c7b..4b3dbb23f519cbe3a2d6fd1608e1f58545a829e6 100644 (file)
@@ -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
index 1a22e8235f100fba8f213dbd5f5bc3d9f259161b..d822fabcaa54ebd89ffb2815aa391bca74d4cdb9 100644 (file)
@@ -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)