Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
R
riscv-gcc-1
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
lvzhengyang
riscv-gcc-1
Commits
6b879bcc
Commit
6b879bcc
authored
May 06, 1998
by
Jeffrey A Law
Committed by
Jeff Law
May 06, 1998
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* haifa-sched.c (print_value, case SUBREG): Fix typo.
From-SVN: r19593
parent
6b28fd63
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
1 deletions
+3
-1
gcc/ChangeLog
+2
-0
gcc/haifa-sched.c
+1
-1
No files found.
gcc/ChangeLog
View file @
6b879bcc
...
...
@@ -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.
...
...
gcc/haifa-sched.c
View file @
6b879bcc
...
...
@@ -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
:
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment