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