OSDN Git Service

2010-06-02 Richard Guenther <rguenther@suse.de>
authorrguenth <rguenth@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 2 Jun 2010 12:27:24 +0000 (12:27 +0000)
committerrguenth <rguenth@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 2 Jun 2010 12:27:24 +0000 (12:27 +0000)
PR tree-optimization/44377
* tree-ssa-structalias.c (find_func_aliases): Fix typo.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@160152 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog
gcc/tree-ssa-structalias.c

index b709d68..8457976 100644 (file)
@@ -1,3 +1,8 @@
+2010-06-02  Richard Guenther  <rguenther@suse.de>
+
+       PR tree-optimization/44377
+       * tree-ssa-structalias.c (find_func_aliases): Fix typo.
+
 2010-06-02  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
 
        * config/s390/2097.md (z10_fhex): Remove insn reservation.
index 0c5b0d3..f226056 100644 (file)
@@ -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;