From 8c044c65773398096c3fe7d396b0a95eb8b97e17 Mon Sep 17 00:00:00 2001 From: Jeff Law Date: Thu, 5 Mar 2020 14:16:02 -0700 Subject: [PATCH] Commit correct version of gimple.c file --- 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)) -- 2.30.2