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
eabcc725
Commit
eabcc725
authored
Apr 04, 2014
by
Eric Botcazou
Committed by
Eric Botcazou
Apr 04, 2014
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* explow.c (probe_stack_range): Emit a final optimization blockage.
From-SVN: r209130
parent
147d38a5
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
0 deletions
+7
-0
gcc/ChangeLog
+4
-0
gcc/explow.c
+3
-0
No files found.
gcc/ChangeLog
View file @
eabcc725
2014-04-04 Eric Botcazou <ebotcazou@adacore.com>
* explow.c (probe_stack_range): Emit a final optimization blockage.
2014-04-04 Anthony Green <green@moxielogic.com>
2014-04-04 Anthony Green <green@moxielogic.com>
* config/moxie/moxie.md (zero_extendqisi2, zero_extendhisi2): Fix
* config/moxie/moxie.md (zero_extendqisi2, zero_extendhisi2): Fix
...
...
gcc/explow.c
View file @
eabcc725
...
@@ -1729,6 +1729,9 @@ probe_stack_range (HOST_WIDE_INT first, rtx size)
...
@@ -1729,6 +1729,9 @@ probe_stack_range (HOST_WIDE_INT first, rtx size)
emit_stack_probe
(
addr
);
emit_stack_probe
(
addr
);
}
}
}
}
/* Make sure nothing is scheduled before we are done. */
emit_insn
(
gen_blockage
());
}
}
/* Adjust the stack pointer by minus SIZE (an rtx for a number of bytes)
/* Adjust the stack pointer by minus SIZE (an rtx for a number of bytes)
...
...
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