* haifa-sched.c (print_value, case SUBREG): Fix typo.

From-SVN: r19593
This commit is contained in:
Jeffrey A Law 1998-05-06 18:00:20 +00:00 committed by Jeff Law
parent 6b28fd639d
commit 6b879bcc3b
2 changed files with 3 additions and 1 deletions

View File

@ -18,6 +18,8 @@ Wed May 6 15:51:39 1998 Jim Wilson <wilson@cygnus.com>
Wed May 6 16:46:01 1998 Jeffrey A Law (law@cygnus.com)
* haifa-sched.c (print_value, case SUBREG): Fix typo.
* i386.c (output_387_binary_op): Add some braces to avoid warnings.
* i386.h (REG_CLASS_CONTENTS): Similarly.

View File

@ -6036,7 +6036,7 @@ print_value (buf, x, verbose)
case SUBREG:
print_value (t, SUBREG_REG (x), verbose);
cur = safe_concat (buf, cur, t);
sprintf (t, "#%d", t, SUBREG_WORD (x));
sprintf (t, "#%d", SUBREG_WORD (x));
cur = safe_concat (buf, cur, t);
break;
case SCRATCH: