* tree-ssa-structalias.c (heapvar_lookup): Fix typo: stmt to from.
authorHans-Peter Nilsson <hp@axis.com>
Thu, 10 Nov 2005 18:53:24 +0000 (18:53 +0000)
committerHans-Peter Nilsson <hp@gcc.gnu.org>
Thu, 10 Nov 2005 18:53:24 +0000 (18:53 +0000)
From-SVN: r106746

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

index 66e0e1d3f1c00e07c639339bd5473ac9014f80d3..6acce34bfec75bf5cd5ccbfd9c477a44b9a44ec0 100644 (file)
@@ -1,3 +1,7 @@
+2005-11-10  Hans-Peter Nilsson  <hp@axis.com>
+
+       * tree-ssa-structalias.c (heapvar_lookup): Fix typo: stmt to from.
+
 2005-11-04  Jeff Law  <law@redhat.com>
 
        PR middle-end/23181
index db230af72408636e981766b88ce97a20691e007e..128b142a380d1171fd2f73a1ff8512ddf21b2e9e 100644 (file)
@@ -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;