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
de10dbf5
Commit
de10dbf5
authored
Dec 29, 2000
by
Bernd Schmidt
Committed by
Bernd Schmidt
Dec 29, 2000
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add a comment
From-SVN: r38548
parent
6152c64a
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
1 deletions
+2
-1
gcc/ChangeLog
+1
-0
gcc/basic-block.h
+1
-1
No files found.
gcc/ChangeLog
View file @
de10dbf5
2000-12-29 Bernd Schmidt <bernds@redhat.com>
2000-12-29 Bernd Schmidt <bernds@redhat.com>
* basic-block.h: Add a comment.
* flow.c (PROP_POSTRELOAD): New macro.
* flow.c (PROP_POSTRELOAD): New macro.
(update_life_info): Add it to prop_flags.
(update_life_info): Add it to prop_flags.
(mark_set_1): If it is set, compute REG_N_SETS for the original
(mark_set_1): If it is set, compute REG_N_SETS for the original
...
...
gcc/basic-block.h
View file @
de10dbf5
...
@@ -476,7 +476,7 @@ enum update_life_extent
...
@@ -476,7 +476,7 @@ enum update_life_extent
#define PROP_SCAN_DEAD_CODE 16
/* Scan for dead code. */
#define PROP_SCAN_DEAD_CODE 16
/* Scan for dead code. */
#define PROP_AUTOINC 32
/* Create autoinc mem references. */
#define PROP_AUTOINC 32
/* Create autoinc mem references. */
#define PROP_FINAL 63
/* All of the above. */
#define PROP_FINAL 63
/* All of the above. */
/* Flag number 64 is used internally in flow.c. */
/* Flags for loop discovery. */
/* Flags for loop discovery. */
...
...
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