aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.target/loongarch/div-4.c
blob: a52f87d6caf9ad3d44ff46495c17e82191e353d7 (plain)
1
2
3
4
5
6
7
8
9
/* { dg-do compile } */
/* { dg-options "-O2" } */
/* { dg-final { scan-assembler-not "slli" } } */

int
div(int a, int b)
{
  return a / b;
}