diff options
Diffstat (limited to 'gcc/tree-ssa-structalias.c')
-rw-r--r-- | gcc/tree-ssa-structalias.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gcc/tree-ssa-structalias.c b/gcc/tree-ssa-structalias.c index 0c5b0d3..f226056 100644 --- a/gcc/tree-ssa-structalias.c +++ b/gcc/tree-ssa-structalias.c @@ -4255,7 +4255,6 @@ find_func_aliases (gimple origt) rhs.var = anything_id; rhs.offset = 0; rhs.type = SCALAR; - get_constraint_for (gimple_return_retval (t), &rhsc); process_constraint (new_constraint (lhs, rhs)); } return; |