(root)/
gcc-13.2.0/
gcc/
testsuite/
gcc.target/
i386/
zero-scratch-regs-25.c
       1  /* { dg-do compile { target *-*-linux* } } */
       2  /* { dg-options "-O2 -fzero-call-used-regs=used-arg" } */
       3  
       4  int 
       5  foo (int x)
       6  {
       7    return x;
       8  }
       9  
      10  /* { dg-final { scan-assembler "xorl\[ \t\]+%edi, %edi" { target { ! ia32 } } } } */