1 /* Test cse'ing of unsigned compares. */
2 /* { dg-do compile } */
3 /* { dg-options "-O2 -fno-jump-tables" } */
5 /* The following tests fail due to an issue in expand not
6 attaching an type expression information on *index's reg rtx. */
8 /* { dg-final { scan-assembler-not "cmpwi" } } */
9 /* { dg-final { scan-assembler-times "cmplwi" 5 } } */
11 extern int case0 (void);
12 extern int case1 (void);
13 extern int case2 (void);
14 extern int case3 (void);
15 extern int case4 (void);
27 foo (enum CASE_VALUES
*index
)