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
a3aafe2b
Commit
a3aafe2b
authored
Feb 02, 1996
by
Richard Kenner
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(debug_reload): Fix typo for reload_noncombine.
From-SVN: r11157
parent
2029eca3
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
+1
-1
gcc/reload.c
+1
-1
No files found.
gcc/reload.c
View file @
a3aafe2b
...
...
@@ -5940,7 +5940,7 @@ debug_reload()
fprintf
(
stderr
,
", inc by %d
\n
"
,
reload_inc
[
r
]);
if
(
reload_nocombine
[
r
])
fprintf
(
stderr
,
", can combine"
,
reload_nocombine
[
r
]);
fprintf
(
stderr
,
", can
't
combine"
,
reload_nocombine
[
r
]);
if
(
reload_secondary_p
[
r
])
fprintf
(
stderr
,
", secondary_reload_p"
);
...
...
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