Fix commit of testcase which got truncated somehow.

From-SVN: r193571
This commit is contained in:
Ian Bolton 2012-11-16 17:36:00 +00:00
parent b3d0cc6022
commit 9bec80b04e
1 changed files with 4 additions and 0 deletions

View File

@ -12,3 +12,7 @@ typedef long long s64;
s64
foo2 (s64 a, s64 b)
{
return (a == b) ? 7 : 1;
/* { dg-final { scan-assembler "csinc\tx\[0-9\].*xzr" } } */
}