Commit 2ff581c3 by David S. Miller Committed by David S. Miller

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

2002-06-05  David S. Miller  <davem@redhat.com>

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

From-SVN: r54302
parent 045b3a49
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
......
......@@ -2690,6 +2690,7 @@ subst_constants (loc, insn, map, memonly)
case 'w':
case 'n':
case 't':
case 'B':
break;
case 'E':
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment