summaryrefslogtreecommitdiff
path: root/gcc/tree-ssa-structalias.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/tree-ssa-structalias.c')
-rw-r--r--gcc/tree-ssa-structalias.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/tree-ssa-structalias.c b/gcc/tree-ssa-structalias.c
index db230af7240..128b142a380 100644
--- a/gcc/tree-ssa-structalias.c
+++ b/gcc/tree-ssa-structalias.c
@@ -311,10 +311,10 @@ static tree anyoffset_tree;
static unsigned int anyoffset_id;
-/* Lookup a heap var for STMT, and return it if we find one. */
+/* Lookup a heap var for FROM, and return it if we find one. */
static tree
-heapvar_lookup (tree stmt)
+heapvar_lookup (tree from)
{
struct tree_map *h, in;
in.from = from;