* tree-flow-inline.h (op_iter_init_phiuse): Fixed typo.
authorTom Tromey <tromey@redhat.com>
Tue, 2 May 2006 15:54:00 +0000 (15:54 +0000)
committerTom Tromey <tromey@gcc.gnu.org>
Tue, 2 May 2006 15:54:00 +0000 (15:54 +0000)
From-SVN: r113472

gcc/ChangeLog
gcc/tree-flow-inline.h

index f1f4e9f4059638afc2172ff3367a5a435431ba3e..378be12e2ce90aa49c6d58a71eed4fd62e00b30d 100644 (file)
@@ -1,3 +1,7 @@
+2006-05-02  Tom Tromey  <tromey@redhat.com>
+
+       * tree-flow-inline.h (op_iter_init_phiuse): Fixed typo.
+
 2006-05-02  Kazu Hirata  <kazu@codesourcery.com>
 
        PR target/27387
index 58684bdb76d4ec30909578bb965c6c6d5bc8b82e..98cb512877e5845bc36ec04ded868a132c83f14f 100644 (file)
@@ -1,5 +1,5 @@
 /* Inline functions for tree-flow.h
-   Copyright (C) 2001, 2003, 2005 Free Software Foundation, Inc.
+   Copyright (C) 2001, 2003, 2005, 2006 Free Software Foundation, Inc.
    Contributed by Diego Novillo <dnovillo@redhat.com>
 
 This file is part of GCC.
@@ -1242,7 +1242,7 @@ single_phi_def (tree stmt, int flags)
 }
 
 /* Initialize the iterator PTR for uses matching FLAGS in PHI.  FLAGS should
-   be either SSA_OP_USES or SAS_OP_VIRTUAL_USES.  */
+   be either SSA_OP_USES or SSA_OP_VIRTUAL_USES.  */
 static inline use_operand_p
 op_iter_init_phiuse (ssa_op_iter *ptr, tree phi, int flags)
 {