remove spurious code
authorNick Clifton <nickc@gcc.gnu.org>
Fri, 2 Mar 2001 21:55:29 +0000 (21:55 +0000)
committerNick Clifton <nickc@gcc.gnu.org>
Fri, 2 Mar 2001 21:55:29 +0000 (21:55 +0000)
From-SVN: r40194

gcc/ch/xtypeck.c

index 2b9b7b867f4fc4154a97ec4d41219419f1c82829..3534bc95d5b85d8e54f71f0212dfd13af838729c 100644 (file)
@@ -43,19 +43,8 @@ mark_addressable (exp)
       case ARRAY_REF:
       case REALPART_EXPR:
       case IMAGPART_EXPR:
-/* start-sanitize-chill */
-      case TRUTH_ANDIF_EXPR:
-      case TRUTH_ORIF_EXPR:
-      case COMPOUND_EXPR:
-/* end-sanitize-chill */
        x = TREE_OPERAND (x, 0);
        break;
-/* start-sanitize-chill */
-
-      case COND_EXPR:
-       return mark_addressable (TREE_OPERAND (x, 1))
-         & mark_addressable (TREE_OPERAND (x, 2));
-/* end-sanitize-chill */
 
       case CONSTRUCTOR:
        TREE_ADDRESSABLE (x) = 1;