blob: 96faa01653e5e7901e34923f60ce9a48c32e31d4 [file] [log] [blame]
/* { dg-do compile } */
/* Verify -mtune has higher priority than -mcpu for pipeline model . */
/* { dg-options "-mcpu=sifive-u74 -mtune=rocket -fdump-rtl-sched2-details -march=rv32i -mabi=ilp32" } */
/* { dg-final { scan-rtl-dump "simple_return\[ \]+:alu" "sched2" } } */
int main()
{
return 0;
}