diff options
author | apbianco <apbianco@138bc75d-0d04-0410-961f-82ee72b054a4> | 2001-08-01 02:28:43 +0000 |
---|---|---|
committer | apbianco <apbianco@138bc75d-0d04-0410-961f-82ee72b054a4> | 2001-08-01 02:28:43 +0000 |
commit | 5929001aaf6b871d946cd42f2e78427b3a766325 (patch) | |
tree | 6496ff51752066c862a5e55102eb82d5d6a55b19 /gcc/tree.c | |
parent | d9fbafcd90974f9e0170f87dfaab05d4061b5fe5 (diff) | |
download | gcc-5929001aaf6b871d946cd42f2e78427b3a766325.tar.gz |
*** empty log message ***
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@44528 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/tree.c')
-rw-r--r-- | gcc/tree.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/gcc/tree.c b/gcc/tree.c index 7ad066538d0..9ce19057b6a 100644 --- a/gcc/tree.c +++ b/gcc/tree.c @@ -1628,8 +1628,7 @@ first_rtl_op (code) case RTL_EXPR: return 0; case WITH_CLEANUP_EXPR: - /* Should be defined to be 2. */ - return 1; + return 2; case METHOD_CALL_EXPR: return 3; default: @@ -3679,7 +3678,7 @@ simple_cst_equal (t1, t2) if (cmp <= 0) return cmp; - return simple_cst_equal (TREE_OPERAND (t1, 2), TREE_OPERAND (t1, 2)); + return simple_cst_equal (TREE_OPERAND (t1, 1), TREE_OPERAND (t1, 1)); case COMPONENT_REF: if (TREE_OPERAND (t1, 1) == TREE_OPERAND (t2, 1)) |