blob: 49b61955b8fc5327b3fd3be1f555fffb02c9cd68 [file]
/* Test handling of literal constant for dss operation. */
/* { dg-do compile } */
/* { dg-options "-maltivec" } */
/* { dg-require-effective-target powerpc_altivec } */
#include <altivec.h>
void
foo ()
{
vec_dss (1);
}