]> git.ipfire.org Git - thirdparty/gcc.git/blob - gcc/testsuite/gcc.target/s390/htm-nofloat-1.c
s390.c: Rename UNSPEC_CCU_TO_INT to UNSPEC_STRCMPCC_TO_INT and UNSPEC_CCZ_TO_INT...
[thirdparty/gcc.git] / gcc / testsuite / gcc.target / s390 / htm-nofloat-1.c
1 /* { dg-do compile } */
2 /* { dg-options "-O3 -march=zEC12 -mzarch" } */
3
4 int
5 foo ()
6 {
7 __builtin_tbegin_nofloat (0);
8 __builtin_tbegin_retry_nofloat (0, 42);
9 }
10 /* Make sure no FPR saves/restores are emitted. */
11 /* { dg-final { scan-assembler-not "std" } } */
12 /* { dg-final { scan-assembler-not "ld" } } */