]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - gcc/genrecog.c
genemit.c (gen_exp): Remove ADDRESS handling.
[thirdparty/gcc.git] / gcc / genrecog.c
index 0d8be8f760733a7d61c32472659e6b3507a06092..9ce5106db2fb6afd5a7f59c8ed49790c10ba3354 100644 (file)
@@ -687,7 +687,6 @@ add_to_sequence (rtx pattern, struct decision_head *last,
   sub = this_decision = new_decision (pos, last);
   place = &this_decision->tests;
 
- restart:
   mode = GET_MODE (pattern);
   code = GET_CODE (pattern);
 
@@ -854,10 +853,6 @@ add_to_sequence (rtx pattern, struct decision_head *last,
       test->u.dup = XINT (pattern, 0);
       goto fini;
 
-    case ADDRESS:
-      pattern = XEXP (pattern, 0);
-      goto restart;
-
     default:
       break;
     }