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
56e2cc43
Unverified
Commit
56e2cc43
authored
Jan 21, 2020
by
Martin Liska
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove dead variable.
* config/rs6000/rs6000.c (common_mode_defined): Remove unused variable.
parent
b31f8023
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
3 deletions
+5
-3
gcc/ChangeLog
+5
-0
gcc/config/rs6000/rs6000.c
+0
-3
No files found.
gcc/ChangeLog
View file @
56e2cc43
2020-01-21 Martin Liska <mliska@suse.cz>
* config/rs6000/rs6000.c (common_mode_defined): Remove
unused variable.
2020-01-21 Richard Biener <rguenther@suse.de>
2020-01-21 Richard Biener <rguenther@suse.de>
PR tree-optimization/92328
PR tree-optimization/92328
...
...
gcc/config/rs6000/rs6000.c
View file @
56e2cc43
...
@@ -101,9 +101,6 @@
...
@@ -101,9 +101,6 @@
/* Support targetm.vectorize.builtin_mask_for_load. */
/* Support targetm.vectorize.builtin_mask_for_load. */
GTY
(())
tree
altivec_builtin_mask_for_load
;
GTY
(())
tree
altivec_builtin_mask_for_load
;
/* Set to nonzero once AIX common-mode calls have been defined. */
static
GTY
(())
int
common_mode_defined
;
#ifdef USING_ELFOS_H
#ifdef USING_ELFOS_H
/* Counter for labels which are to be placed in .fixup. */
/* Counter for labels which are to be placed in .fixup. */
int
fixuplabelno
=
0
;
int
fixuplabelno
=
0
;
...
...
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