From 538374e1396abe947817191a4da34ecc0ad3fb19 Mon Sep 17 00:00:00 2001 From: Marek Polacek Date: Mon, 16 May 2016 17:33:23 +0000 Subject: [PATCH] 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 --- gcc/ChangeLog | 5 +++++ gcc/gimple.c | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 0f06f1d79cc..4b3dbb23f51 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2016-05-16 Marek Polacek + + * gimple.c (maybe_remove_unused_call_args): Fix typos in the + commentary. + 2016-05-16 Martin Jambor PR hsa/70857 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) -- 2.30.2