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
903eccd1
Commit
903eccd1
authored
Oct 14, 2015
by
Eric Botcazou
Committed by
Eric Botcazou
Oct 14, 2015
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* gimplify.c (gimplify_addr_expr) <MEM_REF>: New case.
From-SVN: r228828
parent
4c1f41e1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
0 deletions
+10
-0
gcc/ChangeLog
+4
-0
gcc/gimplify.c
+6
-0
No files found.
gcc/ChangeLog
View file @
903eccd1
2015
-
10
-
14
Eric
Botcazou
<
ebotcazou
@
adacore
.
com
>
*
gimplify
.
c
(
gimplify_addr_expr
)
<
MEM_REF
>:
New
case
.
2015
-
10
-
14
Peter
Bergner
<
bergner
@
vnet
.
ibm
.
com
>
Torvald
Riegel
<
triegel
@
redhat
.
com
>
gcc/gimplify.c
View file @
903eccd1
...
...
@@ -4985,6 +4985,12 @@ gimplify_addr_expr (tree *expr_p, gimple_seq *pre_p, gimple_seq *post_p)
ret
=
GS_OK
;
break
;
case
MEM_REF
:
if
(
integer_zerop
(
TREE_OPERAND
(
op0
,
1
)))
goto
do_indirect_ref
;
/* ... fall through ... */
default:
/* If we see a call to a declared builtin or see its address
being taken (we can unify those cases here) then we can mark
...
...
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