Commit 9bec80b0 by Ian Bolton

Fix commit of testcase which got truncated somehow.

From-SVN: r193571
parent b3d0cc60
...@@ -12,3 +12,7 @@ typedef long long s64; ...@@ -12,3 +12,7 @@ typedef long long s64;
s64 s64
foo2 (s64 a, s64 b) foo2 (s64 a, s64 b)
{
return (a == b) ? 7 : 1;
/* { dg-final { scan-assembler "csinc\tx\[0-9\].*xzr" } } */
}
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