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
9940cce2
Commit
9940cce2
authored
Mar 20, 2003
by
Daniel Berlin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Somehow the indentation got screwed when i patched the commit tree on a PC with a patch from a mac.
From-SVN: r64630
parent
b3411d7e
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
gcc/df.c
+3
-3
No files found.
gcc/df.c
View file @
9940cce2
...
...
@@ -1061,7 +1061,7 @@ df_uses_record (df, loc, ref_type, bb, insn, flags)
#ifdef CLASS_CANNOT_CHANGE_MODE
if
(
CLASS_CANNOT_CHANGE_MODE_P
(
GET_MODE
(
x
),
GET_MODE
(
SUBREG_REG
(
x
))))
flags
|=
DF_REF_MODE_CHANGE
;
flags
|=
DF_REF_MODE_CHANGE
;
#endif
/* ... Fall through ... */
...
...
@@ -1088,7 +1088,7 @@ df_uses_record (df, loc, ref_type, bb, insn, flags)
#ifdef CLASS_CANNOT_CHANGE_MODE
if
(
CLASS_CANNOT_CHANGE_MODE_P
(
GET_MODE
(
dst
),
GET_MODE
(
SUBREG_REG
(
dst
))))
use_flags
|=
DF_REF_MODE_CHANGE
;
use_flags
|=
DF_REF_MODE_CHANGE
;
#endif
df_uses_record
(
df
,
&
SUBREG_REG
(
dst
),
DF_REF_REG_USE
,
bb
,
insn
,
use_flags
);
...
...
@@ -1114,7 +1114,7 @@ df_uses_record (df, loc, ref_type, bb, insn, flags)
#ifdef CLASS_CANNOT_CHANGE_MODE
if
(
CLASS_CANNOT_CHANGE_MODE_P
(
GET_MODE
(
dst
),
GET_MODE
(
SUBREG_REG
(
dst
))))
use_flags
|=
DF_REF_MODE_CHANGE
;
use_flags
|=
DF_REF_MODE_CHANGE
;
#endif
df_uses_record
(
df
,
&
SUBREG_REG
(
dst
),
DF_REF_REG_USE
,
bb
,
insn
,
use_flags
);
...
...
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