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
c2861502
Commit
c2861502
authored
Oct 16, 1998
by
Kaveh R. Ghazi
Committed by
Kaveh Ghazi
Oct 16, 1998
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* rtl.h (sets_cc0_p): Revert Oct 14 ATTRIBUTE_NORETURN change.
From-SVN: r23129
parent
318b0430
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
5 deletions
+6
-5
gcc/ChangeLog
+5
-0
gcc/rtl.h
+1
-5
No files found.
gcc/ChangeLog
View file @
c2861502
Fri
Oct
16
11
:
49
:
01
1998
Kaveh
R
.
Ghazi
<
ghazi
@caip
.
rutgers
.
edu
>
*
rtl
.
h
(
sets_cc0_p
)
:
Revert
Oct
14
ATTRIBUTE_NORETURN
change
.
Fri
Oct
16
07
:
08
:
46
1998
Bruce
Korb
<
korb
@datadesign
.
com
>
*
fixinc
/* Moved in from ../contrib directory in preparation
for integrating it into the normal build process. In particular,
fixinc/Makefile.in must be config-ed into the build directory
...
...
gcc/rtl.h
View file @
c2861502
...
...
@@ -1242,11 +1242,7 @@ extern void cse_end_of_basic_block PROTO ((rtx,
extern
int
comparison_dominates_p
PROTO
((
enum
rtx_code
,
enum
rtx_code
));
extern
int
condjump_p
PROTO
((
rtx
));
extern
int
simplejump_p
PROTO
((
rtx
));
extern
int
sets_cc0_p
PROTO
((
rtx
))
#ifndef HAVE_cc0
ATTRIBUTE_NORETURN
#endif
;
extern
int
sets_cc0_p
PROTO
((
rtx
));
extern
int
invert_jump
PROTO
((
rtx
,
rtx
));
extern
int
rtx_renumbered_equal_p
PROTO
((
rtx
,
rtx
));
extern
int
true_regnum
PROTO
((
rtx
));
...
...
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