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
b0da4034
Commit
b0da4034
authored
Nov 30, 2017
by
Julia Koval
Committed by
Julia Koval
Nov 30, 2017
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove inv_list.
gcc/c-family/ * c-common.h (inv_list): Remove. From-SVN: r255270
parent
89b1427f
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
11 deletions
+4
-11
gcc/c-family/ChangeLog
+4
-0
gcc/c-family/c-common.h
+0
-11
No files found.
gcc/c-family/ChangeLog
View file @
b0da4034
2017
-
11
-
30
Julia
Koval
<
julia
.
koval
@
intel
.
com
>
*
c
-
common
.
h
(
inv_list
):
Remove
.
2017
-
11
-
28
Jakub
Jelinek
<
jakub
@
redhat
.
com
>
PR
sanitizer
/
81275
...
...
gcc/c-family/c-common.h
View file @
b0da4034
...
...
@@ -1358,17 +1358,6 @@ enum stv_conv {
extern
enum
stv_conv
scalar_to_vector
(
location_t
loc
,
enum
tree_code
code
,
tree
op0
,
tree
op1
,
bool
);
/* This structure holds all the scalar values and its appropriate variable
replacment. It is mainly used by the function that pulls all the invariant
parts that should be executed only once, which comes with array notation
expressions. */
struct
inv_list
{
vec
<
tree
,
va_gc
>
*
list_values
;
vec
<
tree
,
va_gc
>
*
replacement
;
vec
<
enum
tree_code
,
va_gc
>
*
additional_tcodes
;
};
extern
tree
find_inv_trees
(
tree
*
,
int
*
,
void
*
);
extern
tree
replace_inv_trees
(
tree
*
,
int
*
,
void
*
);
...
...
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