Formatting nit.
From-SVN: r132979
This commit is contained in:
parent
251923f5e4
commit
71458b8a12
1 changed files with 2 additions and 1 deletions
|
@ -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))
|
||||
|
|
Loading…
Add table
Reference in a new issue