blob: 2f281e3f7c2c9e8ca0c07c9dc1259cb5b1eed34d [file] [log] [blame]
/* PR target/27696
The testcase below uses to trigger an ICE. */
/* { dg-do compile } */
/* { dg-options "-msse3" } */
void
foo (void const * P, unsigned int E, unsigned int H)
{
__builtin_ia32_monitor (P, E, H);
}