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
4012b7db
Commit
4012b7db
authored
Apr 04, 2004
by
Roger Sayle
Committed by
Roger Sayle
Apr 04, 2004
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* df.h: Tidy up whitespace in the definitions of the DF_ flags.
From-SVN: r80399
parent
9f35e4aa
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
14 additions
and
10 deletions
+14
-10
gcc/ChangeLog
+4
-0
gcc/df.h
+10
-10
No files found.
gcc/ChangeLog
View file @
4012b7db
2004-04-04 Roger Sayle <roger@eyesopen.com>
* df.h: Tidy up whitespace in the definitions of the DF_ flags.
2004-04-03 Roger Sayle <roger@eyesopen.com>
* fold-const.c (fold) <PLUS_EXPR>: Guard (-A)+B -> B-A transformation
...
...
gcc/df.h
View file @
4012b7db
...
...
@@ -20,18 +20,18 @@ along with GCC; see the file COPYING. If not, write to the Free
Software Foundation, 59 Temple Place - Suite 330, Boston, MA
02111-1307, USA. */
#define DF_RD
1
/* Reaching definitions. */
#define DF_RU
2
/* Reaching uses. */
#define DF_LR
4
/* Live registers. */
#define DF_DU_CHAIN
8
/* Def-use chain. */
#define DF_UD_CHAIN
16
/* Use-def chain. */
#define DF_RD 1
/* Reaching definitions. */
#define DF_RU 2
/* Reaching uses. */
#define DF_LR 4
/* Live registers. */
#define DF_DU_CHAIN 8
/* Def-use chain. */
#define DF_UD_CHAIN
16
/* Use-def chain. */
#define DF_REG_INFO 32
/* Register info. */
#define DF_RD_CHAIN 64
/* Reg-def chain. */
#define DF_RU_CHAIN
128
/* Reg-use chain. */
#define DF_ALL
255
#define DF_HARD_REGS
1024
/* Mark hard registers. */
#define DF_EQUIV_NOTES
2048
/* Mark uses present in EQUIV/EQUAL notes. */
#define DF_FOR_REGALLOC
4096
/* If called for the register allocator. */
#define DF_RU_CHAIN
128
/* Reg-use chain. */
#define DF_ALL
255
#define DF_HARD_REGS
1024
/* Mark hard registers. */
#define DF_EQUIV_NOTES
2048
/* Mark uses present in EQUIV/EQUAL notes. */
#define DF_FOR_REGALLOC
4096
/* If called for the register allocator. */
enum
df_ref_type
{
DF_REF_REG_DEF
,
DF_REF_REG_USE
,
DF_REF_REG_MEM_LOAD
,
DF_REF_REG_MEM_STORE
};
...
...
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