[ARM,AArch64][testsuite] AdvSIMD intrinsics tests cleanup: remove useless expected...
[official-gcc.git] / gcc / testsuite / gcc.target / aarch64 / mult-synth_5.c
blob8cf3314aa2a8b0a5736211ed73a9546d7baa939a
1 /* { dg-do compile } */
2 /* { dg-options "-O2 -mcpu=cortex-a57 -save-temps" } */
4 int
5 foo (int x)
7 return x * 10;
10 /* { dg-final { scan-assembler-not "\tw1" } } */
11 /* { dg-final { cleanup-saved-temps } } */