PR inline-asm/84742
[official-gcc.git] / gcc / testsuite / gcc.target / arm / iordi3-opt.c
blob63fbe0bb20b627e6b3110199092846d0bb135926
1 /* { dg-do compile { target { arm_arm_ok || arm_thumb2_ok} } } */
2 /* { dg-options "-O1" } */
4 unsigned long long or64 (unsigned long long input)
6 return input | 0x200000004ULL;
9 /* { dg-final { scan-assembler-not "mov\[\\t \]+.+,\[\\t \]*.+" } } */