ch-tree.h (build_compare_expr): Change first argument's type from `enum chill_tree_co...
authorKaveh R. Ghazi <ghazi@caip.rutgers.edu>
Tue, 29 Sep 1998 18:41:05 +0000 (18:41 +0000)
committerKaveh Ghazi <ghazi@gcc.gnu.org>
Tue, 29 Sep 1998 18:41:05 +0000 (18:41 +0000)
commit1f6b0ce0c5a368d88decdbfb9344cc2f325673fe
treeee5b90b6b11d949d33f62b144171d815cf8b87de
parent98e48780cff38dc8ab91a5e445c462da7b4a29b9
ch-tree.h (build_compare_expr): Change first argument's type from `enum chill_tree_code' to `enum tree_code'.

        * ch-tree.h (build_compare_expr): Change first argument's type
        from `enum chill_tree_code' to `enum tree_code'.
        (build_compare_discrete_expr): Likewise.
        * expr.c (build_compare_set_expr): Likewise.
        (build_compare_string_expr): Likewise.
        (build_compare_expr): Likewise.
        (build_compare_discrete_expr): Likewise.  Also add default case in
        switch statement.
        (compare_int_csts): Add default case in switch statement.

From-SVN: r22643
gcc/ch/ChangeLog
gcc/ch/ch-tree.h
gcc/ch/expr.c