integrate.c (subst_constants): Handle 'B' RTL format.
authorDavid S. Miller <davem@redhat.com>
Thu, 6 Jun 2002 04:13:45 +0000 (21:13 -0700)
committerDavid S. Miller <davem@gcc.gnu.org>
Thu, 6 Jun 2002 04:13:45 +0000 (21:13 -0700)
2002-06-05  David S. Miller  <davem@redhat.com>

* integrate.c (subst_constants): Handle 'B' RTL format.

From-SVN: r54302

gcc/ChangeLog
gcc/integrate.c

index becbadf2de33b0589ca8ff5dcced6964c8ae1f87..29795af20ef886b2840aa4951316711899db2fea 100644 (file)
@@ -1,3 +1,7 @@
+2002-06-05  David S. Miller  <davem@redhat.com>
+
+       * integrate.c (subst_constants): Handle 'B' RTL format.
+
 2002-06-05  Eric Christopher  <echristo@redhat.com>
 
        * varasm.c (make_decl_rtl): Fix comment for removed
index 6a6c5432763880bf7978ae703fc74c6f201244d0..9e40d1a804b8a99261a69620183e0bb96647c857 100644 (file)
@@ -2690,6 +2690,7 @@ subst_constants (loc, insn, map, memonly)
        case 'w':
        case 'n':
        case 't':
+       case 'B':
          break;
 
        case 'E':