Commit 71458b8a by Jakub Jelinek

Formatting nit.

From-SVN: r132979
parent 251923f5
......@@ -5466,7 +5466,8 @@ goa_lhs_expr_p (tree expr, tree addr)
}
if (expr == addr)
return true;
return (TREE_CODE (addr) == ADDR_EXPR && TREE_CODE (expr) == ADDR_EXPR
return (TREE_CODE (addr) == ADDR_EXPR
&& TREE_CODE (expr) == ADDR_EXPR
&& TREE_OPERAND (addr, 0) == TREE_OPERAND (expr, 0));
}
if (TREE_CODE (addr) == ADDR_EXPR && expr == TREE_OPERAND (addr, 0))
......
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