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
6d8c73f7
Commit
6d8c73f7
authored
Aug 08, 2001
by
Graham Stott
Committed by
Graham Stott
Aug 08, 2001
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* alias.c (find_base_decl): Delete redundent assignment.
From-SVN: r44710
parent
8e0d15d4
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
1 deletions
+4
-1
gcc/ChangeLog
+4
-0
gcc/alias.c
+0
-1
No files found.
gcc/ChangeLog
View file @
6d8c73f7
2001
-
08
-
08
Graham
Stott
<
grahams
@redhat
.
com
>
2001
-
08
-
08
Graham
Stott
<
grahams
@redhat
.
com
>
*
alias
.
c
(
find_base_decl
)
:
Delete
redundent
assignment
.
2001
-
08
-
08
Graham
Stott
<
grahams
@redhat
.
com
>
*
dependence
.
c
(
INDEX_LIMIT_CHECK
)
:
Uppercase
macro
parameter
.
*
dependence
.
c
(
INDEX_LIMIT_CHECK
)
:
Uppercase
macro
parameter
.
(
abs
)
:
Uppercase
and
paranthesize
macro
parameter
.
(
abs
)
:
Uppercase
and
paranthesize
macro
parameter
.
(
MEM_DEPENDENCY
)
:
Add
whitespace
.
(
MEM_DEPENDENCY
)
:
Add
whitespace
.
...
...
gcc/alias.c
View file @
6d8c73f7
...
@@ -399,7 +399,6 @@ find_base_decl (t)
...
@@ -399,7 +399,6 @@ find_base_decl (t)
case
'3'
:
case
'3'
:
d0
=
find_base_decl
(
TREE_OPERAND
(
t
,
0
));
d0
=
find_base_decl
(
TREE_OPERAND
(
t
,
0
));
d1
=
find_base_decl
(
TREE_OPERAND
(
t
,
1
));
d1
=
find_base_decl
(
TREE_OPERAND
(
t
,
1
));
d0
=
find_base_decl
(
TREE_OPERAND
(
t
,
0
));
d2
=
find_base_decl
(
TREE_OPERAND
(
t
,
2
));
d2
=
find_base_decl
(
TREE_OPERAND
(
t
,
2
));
/* Set any nonzero values from the last, then from the first. */
/* Set any nonzero values from the last, then from the first. */
...
...
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