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
bbf9d88c
Commit
bbf9d88c
authored
Apr 06, 1999
by
Jeff Law
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix trivial formatting buglet in each file.
From-SVN: r26241
parent
3af64817
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
gcc/recog.c
+1
-1
gcc/toplev.c
+1
-1
No files found.
gcc/recog.c
View file @
bbf9d88c
...
@@ -2660,7 +2660,7 @@ split_block_insns (b, do_split)
...
@@ -2660,7 +2660,7 @@ split_block_insns (b, do_split)
first
=
NEXT_INSN
(
first
);
first
=
NEXT_INSN
(
first
);
#ifdef INSN_SCHEDULING
#ifdef INSN_SCHEDULING
update_flow_info
(
notes
,
first
,
last
,
insn
);
update_flow_info
(
notes
,
first
,
last
,
insn
);
#endif
#endif
PUT_CODE
(
insn
,
NOTE
);
PUT_CODE
(
insn
,
NOTE
);
NOTE_SOURCE_FILE
(
insn
)
=
0
;
NOTE_SOURCE_FILE
(
insn
)
=
0
;
NOTE_LINE_NUMBER
(
insn
)
=
NOTE_INSN_DELETED
;
NOTE_LINE_NUMBER
(
insn
)
=
NOTE_INSN_DELETED
;
...
...
gcc/toplev.c
View file @
bbf9d88c
...
@@ -3953,7 +3953,7 @@ rest_of_compilation (decl)
...
@@ -3953,7 +3953,7 @@ rest_of_compilation (decl)
(if we got the -noreg switch and not -opt)
(if we got the -noreg switch and not -opt)
and smart register allocation. */
and smart register allocation. */
if
(
optimize
>
0
)
/* Stupid allocation probably won't work */
if
(
optimize
>
0
)
/* Stupid allocation probably won't work */
obey_regdecls
=
0
;
/* if optimizations being done. */
obey_regdecls
=
0
;
/* if optimizations being done. */
regclass_init
();
regclass_init
();
...
...
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