From: Jeff Law Date: Thu, 5 Mar 2020 21:16:02 +0000 (-0700) Subject: Commit correct version of gimple.c file X-Git-Tag: basepoints/gcc-11~1028 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8c044c65773398096c3fe7d396b0a95eb8b97e17;p=thirdparty%2Fgcc.git Commit correct version of gimple.c file --- diff --git a/gcc/gimple.c b/gcc/gimple.c index 92c6e6425897..61a400b356f8 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))