]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Commit correct version of gimple.c file
authorJeff Law <law@redhat.com>
Thu, 5 Mar 2020 21:16:02 +0000 (14:16 -0700)
committerJeff Law <law@redhat.com>
Thu, 5 Mar 2020 21:16:02 +0000 (14:16 -0700)
gcc/gimple.c

index 92c6e6425897c06f33c83795b10207cd92dfd15c..61a400b356f8cb435174bbb72ea857d019bfe69c 100644 (file)
@@ -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))