repo.or.cz
/
official-gcc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
testsuite: Replace MMIX-specific adjustments with TARGET_CALLEE_COPIES-adjustments
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.dg
/
predict-8.c
blob
ec755e2575368d8dbc84d2bb917b15a40def0ea1
1
/* { dg-do compile { target { i?86-*-* x86_64-*-* } } } */
2
/* { dg-options "-O2 -fdump-rtl-expand-details-blocks" } */
3
4
int
foo
(
float
a
,
float
b
) {
5
if
(
a
==
b
)
6
return
1
;
7
else
8
return
2
;
9
}
10
11
/* { dg-final { scan-rtl-dump-times "99.\[678]. .guessed" 2 "expand"} } */