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
1b893504
Commit
1b893504
authored
Sep 04, 1999
by
Michael Hayes
Committed by
Michael Hayes
Sep 04, 1999
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* config/c4x/c4x.h (DBR_OUTPUT_SEQEND): Use XVECEXP not XEXPs.
From-SVN: r29114
parent
c24d7ed2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
2 deletions
+6
-2
gcc/ChangeLog
+4
-0
gcc/config/c4x/c4x.h
+2
-2
No files found.
gcc/ChangeLog
View file @
1b893504
Sun
Sep
5
11
:
11
:
59
1999
Michael
Hayes
<
m
.
hayes
@elec
.
canterbury
.
ac
.
nz
>
*
config
/
c4x
/
c4x
.
h
(
DBR_OUTPUT_SEQEND
)
:
Use
XVECEXP
not
XEXPs
.
Sun
Sep
5
10
:
13
:
19
1999
Michael
Hayes
<
m
.
hayes
@elec
.
canterbury
.
ac
.
nz
>
Sun
Sep
5
10
:
13
:
19
1999
Michael
Hayes
<
m
.
hayes
@elec
.
canterbury
.
ac
.
nz
>
*
config
/
c4x
/
c4x
.
h
(
CALLER_SAVE_PROFITABLE
)
:
Disable
.
*
config
/
c4x
/
c4x
.
h
(
CALLER_SAVE_PROFITABLE
)
:
Disable
.
...
...
gcc/config/c4x/c4x.h
View file @
1b893504
...
@@ -2554,8 +2554,8 @@ do { fprintf (asm_out_file, "\t.sdef\t"); \
...
@@ -2554,8 +2554,8 @@ do { fprintf (asm_out_file, "\t.sdef\t"); \
#define DBR_OUTPUT_SEQEND(FILE) \
#define DBR_OUTPUT_SEQEND(FILE) \
if (final_sequence != NULL_RTX) \
if (final_sequence != NULL_RTX) \
{ \
{ \
int count;
\
int count;
int laj = GET_CODE (X
EXP (XEXP (final_sequence, 0)
, 0)) == CALL_INSN; \
int
laj
=
GET_CODE
(
X
VECEXP
(
final_sequence
,
0
,
0
))
==
CALL_INSN
;
\
\
\
count
=
dbr_sequence_length
();
\
count
=
dbr_sequence_length
();
\
while
(
count
<
(
laj
?
2
:
3
))
\
while
(
count
<
(
laj
?
2
:
3
))
\
...
...
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