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
13b0c5ac
Commit
13b0c5ac
authored
May 13, 2014
by
Richard Sandiford
Committed by
Richard Sandiford
May 13, 2014
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
rtl.h (rtx_def): Mark u2 as GTY ((skip)).
gcc/ * rtl.h (rtx_def): Mark u2 as GTY ((skip)). From-SVN: r210357
parent
be9a0da5
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
2 deletions
+6
-2
gcc/ChangeLog
+4
-0
gcc/rtl.h
+2
-2
No files found.
gcc/ChangeLog
View file @
13b0c5ac
2014-05-13 Richard Sandiford <rdsandiford@googlemail.com>
* rtl.h (rtx_def): Mark u2 as GTY ((skip)).
2014-05-13 Bin Cheng <bin.cheng@arm.com>
* tree-ssa-loop-ivopts.c (contain_complex_addr_expr): New.
...
...
gcc/rtl.h
View file @
13b0c5ac
...
...
@@ -354,8 +354,8 @@ struct GTY((chain_next ("RTX_NEXT (&%h)"),
/* In a CONST_WIDE_INT (aka hwivec_def), this is the number of
HOST_WIDE_INTs in the hwivec_def. */
unsigned
GTY
((
tag
(
"CONST_WIDE_INT"
)))
num_elem
:
32
;
}
GTY
((
desc
(
"GET_CODE (&%0)"
)
))
u2
;
unsigned
int
num_elem
;
}
GTY
((
skip
))
u2
;
/* The first element of the operands of this rtx.
The number of operands and their types are controlled
...
...
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