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
5c6a85b7
Commit
5c6a85b7
authored
Feb 27, 2002
by
Graham Stott
Committed by
Graham Stott
Feb 27, 2002
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* df.c (df_insn_refs_record): Use XEXP (x, 0) for USE.
From-SVN: r50098
parent
cd98ad03
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
1 deletions
+5
-1
gcc/ChangeLog
+4
-0
gcc/df.c
+1
-1
No files found.
gcc/ChangeLog
View file @
5c6a85b7
2002-02-27 Graham Stott <grahams@redhat.com>
* df.c (df_insn_refs_record): Use XEXP (x, 0) for USE.
Wed Feb 27 10:45:19 CET 2002 Jan Hubicka <jh@suse.cz>
* linux64.h (ASM_OUTPUT_MAX_SKIP_ALIGN): Remove.
...
...
gcc/df.c
View file @
5c6a85b7
...
...
@@ -1242,7 +1242,7 @@ df_insn_refs_record (df, bb, insn)
/* The stack ptr is used (honorarily) by a CALL insn. */
x
=
df_reg_use_gen
(
STACK_POINTER_REGNUM
);
df_uses_record
(
df
,
&
SET_DEST
(
x
),
DF_REF_REG_USE
,
bb
,
insn
,
0
);
df_uses_record
(
df
,
&
XEXP
(
x
,
0
),
DF_REF_REG_USE
,
bb
,
insn
,
0
);
if
(
df
->
flags
&
DF_HARD_REGS
)
{
...
...
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