public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
* [gcc(refs/vendors/ibm/heads/perf)] Commit correct version of gimple.c file
@ 2020-03-19  6:09 Jiu Fu Guo
  0 siblings, 0 replies; only message in thread
From: Jiu Fu Guo @ 2020-03-19  6:09 UTC (permalink / raw)
  To: gcc-cvs

https://gcc.gnu.org/g:8c044c65773398096c3fe7d396b0a95eb8b97e17

commit 8c044c65773398096c3fe7d396b0a95eb8b97e17
Author: Jeff Law <law@redhat.com>
Date:   Thu Mar 5 14:16:02 2020 -0700

    Commit correct version of gimple.c file

Diff:
---
 gcc/gimple.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gcc/gimple.c b/gcc/gimple.c
index 92c6e642589..61a400b356f 100644
--- a/gcc/gimple.c
+++ b/gcc/gimple.c
@@ -3289,7 +3289,7 @@ gimple_inexpensive_call_p (gcall *stmt)
    location information, get the location from EXPR.  */
 
 location_t
-gimple_or_expr_nonartificial_location (gimple *stmt, tree)
+gimple_or_expr_nonartificial_location (gimple *stmt, tree expr)
 {
   location_t loc = gimple_nonartificial_location (stmt);
   if (loc == UNKNOWN_LOCATION && EXPR_HAS_LOCATION (expr))


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2020-03-19  6:09 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-03-19  6:09 [gcc(refs/vendors/ibm/heads/perf)] Commit correct version of gimple.c file Jiu Fu Guo

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).