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
0bf7d71a
Commit
0bf7d71a
authored
Dec 15, 2000
by
Jan Hubicka
Committed by
Jan Hubicka
Dec 15, 2000
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* flow.c (notice_stack_pointer_modification_1): Cleanup.
From-SVN: r38282
parent
3896f13e
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
6 deletions
+5
-6
gcc/ChangeLog
+4
-0
gcc/flow.c
+1
-6
No files found.
gcc/ChangeLog
View file @
0bf7d71a
Fri Dec 15 14:11:57 MET 2000 Jan Hubicka <jh@suse.cz>
* flow.c (notice_stack_pointer_modification_1): Cleanup.
2000-12-15 Alexandre Oliva <aoliva@redhat.com>
* function.c (adjust_trampoline_addr): New function.
...
...
gcc/flow.c
View file @
0bf7d71a
...
...
@@ -3157,12 +3157,7 @@ notice_stack_pointer_modification_1 (x, pat, data)
of a push until later in flow. See the comments in rtl.texi
regarding Embedded Side-Effects on Addresses. */
||
(
GET_CODE
(
x
)
==
MEM
&&
(
GET_CODE
(
XEXP
(
x
,
0
))
==
PRE_DEC
||
GET_CODE
(
XEXP
(
x
,
0
))
==
PRE_INC
||
GET_CODE
(
XEXP
(
x
,
0
))
==
PRE_MODIFY
||
GET_CODE
(
XEXP
(
x
,
0
))
==
POST_MODIFY
||
GET_CODE
(
XEXP
(
x
,
0
))
==
POST_DEC
||
GET_CODE
(
XEXP
(
x
,
0
))
==
POST_INC
)
&&
GET_RTX_CLASS
(
GET_CODE
(
XEXP
(
x
,
0
)))
==
'a'
&&
XEXP
(
XEXP
(
x
,
0
),
0
)
==
stack_pointer_rtx
))
current_function_sp_is_unchanging
=
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