blob: 64f2bbc76fee68f0fd0de6e8d91dfab60eeed728 (
plain)
1
2
3
4
5
6
7
8
9
10
|
/* { dg-do compile } */
/* { dg-options "-O3 -funroll-loops -fdump-tree-lim2-details" } */
/* { dg-additional-options "--param max-completely-peeled-insns=200" { target { s390*-*-* } } } */
/* { dg-additional-options "--param max-completely-peeled-insns=300" { target { arm*-*-* cris-*-* m68k*-*-* } } } */
#define TYPE unsigned int
#include "pr83403.h"
/* { dg-final { scan-tree-dump-times "Executing store motion of" 10 "lim2" } } */
|