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
ba3c4fbb
Commit
ba3c4fbb
authored
Oct 10, 2001
by
Richard Henderson
Committed by
Richard Henderson
Oct 10, 2001
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* rtl.h (can_reverse_comparison_p): Remove.
From-SVN: r46170
parent
b30668b7
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
1 deletions
+4
-1
gcc/ChangeLog
+4
-0
gcc/rtl.h
+0
-1
No files found.
gcc/ChangeLog
View file @
ba3c4fbb
2001
-
10
-
10
Richard
Henderson
<
rth
@redhat
.
com
>
*
rtl
.
h
(
can_reverse_comparison_p
)
:
Remove
.
2001
-
10
-
10
Christopher
Faylor
<
cgf
@redhat
.
com
>
2001
-
10
-
10
Christopher
Faylor
<
cgf
@redhat
.
com
>
*
config
/
i386
/
cygwin
.
h
:
Avoid
adding
include
files
if
-
nostdinc
is
*
config
/
i386
/
cygwin
.
h
:
Avoid
adding
include
files
if
-
nostdinc
is
...
...
gcc/rtl.h
View file @
ba3c4fbb
...
@@ -1762,7 +1762,6 @@ extern int redirect_jump PARAMS ((rtx, rtx, int));
...
@@ -1762,7 +1762,6 @@ extern int redirect_jump PARAMS ((rtx, rtx, int));
extern
void
rebuild_jump_labels
PARAMS
((
rtx
));
extern
void
rebuild_jump_labels
PARAMS
((
rtx
));
extern
void
thread_jumps
PARAMS
((
rtx
,
int
,
int
));
extern
void
thread_jumps
PARAMS
((
rtx
,
int
,
int
));
extern
int
rtx_equal_for_thread_p
PARAMS
((
rtx
,
rtx
,
rtx
));
extern
int
rtx_equal_for_thread_p
PARAMS
((
rtx
,
rtx
,
rtx
));
extern
int
can_reverse_comparison_p
PARAMS
((
rtx
,
rtx
));
extern
enum
rtx_code
reversed_comparison_code
PARAMS
((
rtx
,
rtx
));
extern
enum
rtx_code
reversed_comparison_code
PARAMS
((
rtx
,
rtx
));
extern
enum
rtx_code
reversed_comparison_code_parts
PARAMS
((
enum
rtx_code
,
extern
enum
rtx_code
reversed_comparison_code_parts
PARAMS
((
enum
rtx_code
,
rtx
,
rtx
,
rtx
));
rtx
,
rtx
,
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