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
a36335da
Commit
a36335da
authored
Oct 25, 1999
by
Jim Kingdon
Committed by
Jeff Law
Oct 25, 1999
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* fold-const.c (fold): Fix comment.
From-SVN: r30174
parent
a996cbd4
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
1 deletions
+5
-1
gcc/ChangeLog
+4
-0
gcc/fold-const.c
+1
-1
No files found.
gcc/ChangeLog
View file @
a36335da
Mon
Oct
25
22
:
27
:
40
1999
Jim
Kingdon
<
http
:
//developer.redhat.com/>
*
fold
-
const
.
c
(
fold
)
:
Fix
comment
.
Mon
Oct
25
22
:
49
:
34
1999
Kaveh
R
.
Ghazi
<
ghazi
@caip
.
rutgers
.
edu
>
Mon
Oct
25
22
:
49
:
34
1999
Kaveh
R
.
Ghazi
<
ghazi
@caip
.
rutgers
.
edu
>
*
dbxout
.
c
(
lastfile
,
cwd
,
dbxout_type_method_1
,
*
dbxout
.
c
(
lastfile
,
cwd
,
dbxout_type_method_1
,
...
...
gcc/fold-const.c
View file @
a36335da
...
@@ -5258,7 +5258,7 @@ fold (expr)
...
@@ -5258,7 +5258,7 @@ fold (expr)
return
build1
(
NOP_EXPR
,
type
,
TREE_OPERAND
(
arg0
,
0
));
return
build1
(
NOP_EXPR
,
type
,
TREE_OPERAND
(
arg0
,
0
));
}
}
/* Convert (
or (not arg0) (not arg1)) to (not (and
(arg0) (arg1))).
/* Convert (
and (not arg0) (not arg1)) to (not (or
(arg0) (arg1))).
This results in more efficient code for machines without a NOR
This results in more efficient code for machines without a NOR
instruction. Combine will canonicalize to the first form
instruction. Combine will canonicalize to the first form
...
...
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