Commit 2df19a35 by David S. Miller

Missing testsuite file add in previous commit.

From-SVN: r180603
parent 1864ee35
/* { dg-do compile } */
/* { dg-require-effective-target lp64 } */
/* { dg-options "-O1 -mvis3" } */
int neq (long a, long b)
{
return a != b;
}
int lt (unsigned long a, unsigned long b)
{
return a < b;
}
int gt (unsigned long a, unsigned long b)
{
return a > b;
}
/* { dg-final { scan-assembler "xor\t%" } } */
/* { dg-final { scan-assembler "subcc\t%" } } */
/* { dg-final { scan-assembler-times "addxc\t%" 3 } } */
/* { dg-final { scan-assembler-times "cmp\t%" 2 } } */
/* { dg-final { scan-assembler-not "sra\t%" } } */
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment