projects
/
gcc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
605e6c1
)
(probe_stack_range): Do probing with loop if more than a small number.
author
Richard Kenner
<kenner@gcc.gnu.org>
Sun, 27 Jul 1997 16:09:00 +0000
(12:09 -0400)
committer
Richard Kenner
<kenner@gcc.gnu.org>
Sun, 27 Jul 1997 16:09:00 +0000
(12:09 -0400)
From-SVN: r14535
gcc/explow.c
patch
|
blob
|
history
diff --git
a/gcc/explow.c
b/gcc/explow.c
index bb34272b3f8f58dadbcdcb1ba5bb383feb135f08..7a529aa5b647fa06eec72a0f27d927c17475b8bd 100644
(file)
--- a/
gcc/explow.c
+++ b/
gcc/explow.c
@@
-1205,8
+1205,8
@@
probe_stack_range (first, size)
#endif
/* If we have to generate explicit probes, see if we have a constant
- number of them to generate. If so, that's the easy case. */
- if (GET_CODE (size) == CONST_INT)
+
small
number of them to generate. If so, that's the easy case. */
+ if (GET_CODE (size) == CONST_INT
&& INTVAL (size) < 10
)
{
HOST_WIDE_INT offset;