Rebase.
[official-gcc.git] / gcc / testsuite / gcc.target / i386 / pr29978.c
blobe27bbdcd82c8d7ddf424f04a4b0bb9f9014e894d
1 /* PR target/29978 */
2 /* { dg-do compile } */
3 /* { dg-options "-Os" } */
5 void g ();
7 void
8 f (long long v)
10 if (v > 0xfffffffffLL)
11 g ();
12 g ();
15 /* Verify there are no redundant jumps jl .L2; jle .L2 */
16 /* { dg-final { scan-assembler-not "jl\[^e\]*\\.L" { target ia32 } } } */