aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Law <law@redhat.com>2020-03-05 14:16:02 -0700
committerJeff Law <law@redhat.com>2020-03-05 14:16:02 -0700
commit8c044c65773398096c3fe7d396b0a95eb8b97e17 (patch)
tree2bc997b9a098eee25ee4c936e62f35e2eb08578a
parent55ace4d14637866466498ed43e02d6f95af98f10 (diff)
Commit correct version of gimple.c file
-rw-r--r--gcc/gimple.c2
1 files changed, 1 insertions, 1 deletions
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))