diff options
author | John David Anglin <dave.anglin@nrc-cnrc.gc.ca> | 2003-09-26 16:03:12 +0000 |
---|---|---|
committer | John David Anglin <danglin@gcc.gnu.org> | 2003-09-26 16:03:12 +0000 |
commit | e72ed0004210cdaa7f3a6ea49a6a11ed687f84d1 (patch) | |
tree | 308eabcd164a403c05fd4c0e81dc0a53cbadd73a /gcc/config/pa | |
parent | 1a6daf15e25e04346c5cb0017c86c5732e3d9a7e (diff) | |
download | gcc-e72ed0004210cdaa7f3a6ea49a6a11ed687f84d1.tar.gz |
re PR bootstrap/12358 (Bootstrap comparison failure!)
PR bootstrap/12358
* pa.c (output_bvb): Fix typo.
From-SVN: r71822
Diffstat (limited to 'gcc/config/pa')
-rw-r--r-- | gcc/config/pa/pa.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/pa/pa.c b/gcc/config/pa/pa.c index a7a55881e3f..68b05db8a27 100644 --- a/gcc/config/pa/pa.c +++ b/gcc/config/pa/pa.c @@ -5996,7 +5996,7 @@ output_bvb (rtx *operands ATTRIBUTE_UNUSED, int nullify, int length, else strcpy (buf, "{bvb,|bb,}"); if (useskip && GET_MODE (operands[0]) == DImode) - strcpy (buf, "extrd,s,*}"); + strcpy (buf, "extrd,s,*"); else if (GET_MODE (operands[0]) == DImode) strcpy (buf, "bb,*"); if ((which == 0 && negated) |