Commit ec87a337 by Pat Haugen Committed by Pat Haugen

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

From-SVN: r201040
parent df9dda2d
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
......
......@@ -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;
}
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