Fix commit of testcase which got truncated somehow.
From-SVN: r193571
This commit is contained in:
parent
b3d0cc6022
commit
9bec80b04e
1 changed files with 4 additions and 0 deletions
|
@ -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" } } */
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue