aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree.c
diff options
context:
space:
mode:
authorAlexandre Petit-Bianco <apbianco@redhat.com>2001-07-31 19:28:43 -0700
committerAlexandre Petit-Bianco <apbianco@gcc.gnu.org>2001-07-31 19:28:43 -0700
commit6ad7895ac23ac971a2f3de9e7899a5389ec21a7c (patch)
tree6496ff51752066c862a5e55102eb82d5d6a55b19 /gcc/tree.c
parentb24a9e88395d563e90e7956f2b1cb8504db43511 (diff)
downloadgcc-6ad7895ac23ac971a2f3de9e7899a5389ec21a7c.zip
gcc-6ad7895ac23ac971a2f3de9e7899a5389ec21a7c.tar.gz
gcc-6ad7895ac23ac971a2f3de9e7899a5389ec21a7c.tar.bz2
*** empty log message ***
From-SVN: r44528
Diffstat (limited to 'gcc/tree.c')
-rw-r--r--gcc/tree.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/gcc/tree.c b/gcc/tree.c
index 7ad0665..9ce1905 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))