hppa: Fix typos in 32-bit SFmode peephole2 patterns
[official-gcc.git] / gcc / testsuite / gcc.target / powerpc / darn-1.c
blob17745a914988ac58a9955fbd160938d40e6a9b20
1 /* { dg-do compile } */
2 /* { dg-skip-if "" { powerpc*-*-aix* } } */
3 /* { dg-options "-mdejagnu-cpu=power9 -mvsx" } */
4 /* { dg-require-effective-target powerpc_vsx } */
6 #include <altivec.h>
8 long get_conditioned_random ()
10 return __builtin_darn ();
13 /* { dg-final { scan-assembler "darn" } } */