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
74288524
Commit
74288524
authored
Oct 26, 2010
by
H.J. Lu
Committed by
H.J. Lu
Oct 26, 2010
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Replace unspec_volatile with unspec in split_stack_return.
From-SVN: r165987
parent
eac8df5d
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
2 deletions
+7
-2
gcc/ChangeLog
+5
-0
gcc/config/i386/i386.md
+2
-2
No files found.
gcc/ChangeLog
View file @
74288524
2010
-
10
-
26
H
.
J
.
Lu
<
hongjiu
.
lu
@intel
.
com
>
*
config
/
i386
/
i386
.
md
(
split_stack_return
)
:
Replace
unspec_volatile
with
unspec
.
2010
-
10
-
26
Jonathan
Wakely
<
jwakely
.
gcc
@gmail
.
com
>
*
doc
/
install
.
texi
:
Fix
typo
in
--
with
-
sysroot
description
.
gcc/config/i386/i386.md
View file @
74288524
...
...
@@ -11751,8 +11751,8 @@
;; In order to support the call/return predictor, we use a return
;; instruction which the middle-end doesn't see.
(define_insn "split_stack_return"
[(unspec
_volatile
[(match_operand:SI 0 "const_int_operand" "")]
UNSPEC_STACK_CHECK)]
[(unspec [(match_operand:SI 0 "const_int_operand" "")]
UNSPEC_STACK_CHECK)]
""
{
if (operands[0] == const0_rtx)
...
...
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