summaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.dg/wide-shift-64.c
blob: c1624c5cdbf7ce71e1d0d31ee3118e6f82122c97 (plain)
1
2
3
4
5
6
7
8
9
10
/* { dg-do compile { target mips*-*-* sparc*-*-* } } */
/* { dg-options "-O2 -fdump-rtl-combine" } */

long long
load1 (int data)
{
    return (long long) data << 12;
}

/* { dg-final { scan-rtl-dump-not "ior" "combine" } } */