rs6000.c (rs6000_function_arg): Remove CALL_LIBCALL when returning call_cookie.
[official-gcc.git] / gcc / testsuite / gcc.target / powerpc / 440-machhw-1.c
blob78aac5cb6e4adaee5d80b49fe41e6bce5ad652bc
1 /* Test generation of machhw on 440. */
2 /* Origin: Joseph Myers <joseph@codesourcery.com> */
3 /* { dg-do compile } */
4 /* { dg-require-effective-target ilp32 } */
5 /* { dg-options "-O2 -mcpu=440" } */
7 /* { dg-final { scan-assembler "machhw " } } */
9 int
10 f(int a, int b, int c)
12 a += (b >> 16) * (c >> 16);
13 return a;