blob: d24e720fe677fde0adf6865b24b3daf7bb2d286c [file] [log] [blame]
/* { dg-do compile } */
/* { dg-require-effective-target arm_thumb1_ok } */
/* { dg-skip-if "do not override -mcpu" { *-*-* } { "-mcpu=*" "-march=*" } { "-mcpu=cortex-m0plus.small-multiply" } } */
/* { dg-options "-mcpu=cortex-m0plus.small-multiply -mthumb -Os" } */
int
test (int a)
{
return a * 0x13;
}
/* { dg-final { scan-assembler-not "\[\\t \]+mul" } } */