aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-ssa-structalias.c
diff options
context:
space:
mode:
authorRichard Guenther <rguenther@suse.de>2010-06-02 12:27:24 +0000
committerRichard Biener <rguenth@gcc.gnu.org>2010-06-02 12:27:24 +0000
commit2698955a097e8033ac4021e7e16678abc21fd147 (patch)
tree0d8ec2e36b06da947c1cc1f00aaad61f8f4c2fea /gcc/tree-ssa-structalias.c
parent30972225f679c65b2cc7a48650f7f16ccad45770 (diff)
downloadgcc-2698955a097e8033ac4021e7e16678abc21fd147.zip
gcc-2698955a097e8033ac4021e7e16678abc21fd147.tar.gz
gcc-2698955a097e8033ac4021e7e16678abc21fd147.tar.bz2
re PR tree-optimization/44377 (ICE: gimple check: expected gimple_return(error_mark), have gimple_call() in gimple_return_retval, at gimple.h:4311 with -fipa-pta)
2010-06-02 Richard Guenther <rguenther@suse.de> PR tree-optimization/44377 * tree-ssa-structalias.c (find_func_aliases): Fix typo. From-SVN: r160152
Diffstat (limited to 'gcc/tree-ssa-structalias.c')
-rw-r--r--gcc/tree-ssa-structalias.c1
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;