* gcc.target/powerpc/pr57744.c: Fix typo.

From-SVN: r201040
This commit is contained in:
Pat Haugen 2013-07-18 19:33:46 +00:00 committed by Pat Haugen
parent df9dda2d15
commit ec87a337f3
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2013-07-18 Pat Haugen <pthaugen@us.ibm.com>
* gcc.target/powerpc/pr57744.c: Fix typo.
2013-07-18 Sriraman Tallam <tmsriram@google.com>
PR middle-end/57698

View File

@ -31,7 +31,7 @@ volatile int do_test = 0;
int main (void)
{
if (do_test && !libat_compare_exchange_16 (&a, &b, c, 0, 0))
aborrt ();
abort ();
return 0;
}