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