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
33d6a74c
Commit
33d6a74c
authored
Feb 10, 2005
by
Kazu Hirata
Committed by
Kazu Hirata
Feb 10, 2005
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* df.h (DF_REF_MODE_CHANGE, DF_REF_MEM_OK): Remove.
From-SVN: r94839
parent
8c077072
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
14 deletions
+5
-14
gcc/ChangeLog
+4
-0
gcc/df.h
+1
-14
No files found.
gcc/ChangeLog
View file @
33d6a74c
2005-02-10 Kazu Hirata <kazu@cs.umass.edu>
* df.h (DF_REF_MODE_CHANGE, DF_REF_MEM_OK): Remove.
2005-02-10 Jeff Law <law@redhat.com>
* tree-ssa-dom.c (thread_across_edge): Use xmalloc, not xcalloc.
...
...
gcc/df.h
View file @
33d6a74c
...
...
@@ -58,23 +58,10 @@ enum df_ref_flags
independent. */
DF_REF_READ_WRITE
=
1
,
/* This flag is set on register references inside a subreg on
machines which have CANNOT_CHANGE_MODE_CLASS.
Note, that this flag can also be set on df_refs representing
the REG itself (i.e., one might not see the subreg anymore).
Also note, that this flag is set also for hardreg refs, i.e.,
you must check yourself if it's a pseudo. */
DF_REF_MODE_CHANGE
=
2
,
/* This flag is set, if we stripped the subreg from the reference.
In this case we must make conservative guesses, at what the
outer mode was. */
DF_REF_STRIPPED
=
4
,
/* This flag is set during register allocation if it's okay for
the reference's INSN to have one of its operands replaced with a
memory reference. */
DF_REF_MEM_OK
=
8
DF_REF_STRIPPED
=
2
};
...
...
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