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
673fade3
Commit
673fade3
authored
Nov 04, 2014
by
Marek Polacek
Committed by
Marek Polacek
Nov 04, 2014
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* sanopt.c (sanopt_optimize_walker): Remove unused variables.
From-SVN: r217100
parent
06cefae9
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
3 deletions
+4
-3
gcc/ChangeLog
+4
-0
gcc/sanopt.c
+0
-3
No files found.
gcc/ChangeLog
View file @
673fade3
2014
-
11
-
04
Marek
Polacek
<
polacek
@
redhat
.
com
>
2014
-
11
-
04
Marek
Polacek
<
polacek
@
redhat
.
com
>
*
sanopt
.
c
(
sanopt_optimize_walker
):
Remove
unused
variables
.
2014
-
11
-
04
Marek
Polacek
<
polacek
@
redhat
.
com
>
*
Makefile
.
in
(
OBJS
):
Add
sanopt
.
o
.
*
Makefile
.
in
(
OBJS
):
Add
sanopt
.
o
.
(
GTFILES
):
Add
sanopt
.
c
.
(
GTFILES
):
Add
sanopt
.
c
.
*
asan
.
h
(
asan_expand_check_ifn
):
Declare
.
*
asan
.
h
(
asan_expand_check_ifn
):
Declare
.
gcc/sanopt.c
View file @
673fade3
...
@@ -117,9 +117,6 @@ sanopt_optimize_walker (basic_block bb, struct sanopt_ctx *ctx)
...
@@ -117,9 +117,6 @@ sanopt_optimize_walker (basic_block bb, struct sanopt_ctx *ctx)
for this pointer. Perhaps we can drop this one.
for this pointer. Perhaps we can drop this one.
But only if this check doesn't specify stricter
But only if this check doesn't specify stricter
alignment. */
alignment. */
int
i
;
gimple
g
;
while
(
!
v
.
is_empty
())
while
(
!
v
.
is_empty
())
{
{
gimple
g
=
v
.
last
();
gimple
g
=
v
.
last
();
...
...
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