Commit 8c044c65 by Jeff Law

Commit correct version of gimple.c file

parent 55ace4d1
...@@ -3289,7 +3289,7 @@ gimple_inexpensive_call_p (gcall *stmt) ...@@ -3289,7 +3289,7 @@ gimple_inexpensive_call_p (gcall *stmt)
location information, get the location from EXPR. */ location information, get the location from EXPR. */
location_t 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); location_t loc = gimple_nonartificial_location (stmt);
if (loc == UNKNOWN_LOCATION && EXPR_HAS_LOCATION (expr)) if (loc == UNKNOWN_LOCATION && EXPR_HAS_LOCATION (expr))
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment