Doc: Add Standard-Names ustrunc and sstrunc for integer modes
[official-gcc.git] / gcc / testsuite / gcc.target / nios2 / nios2-ashlsi3-one_shift.c
blob6af6d4f9cb08e6f417477f3e9e7a8189c28e3fdf
1 /* { dg-do compile } */
2 /* { dg-options " " } */
3 /* { dg-final { scan-assembler-not "slli" } } */
5 int x;
7 void foo(void)
9 x <<= 1;