Commit b0aed64b by Uros Bizjak

* gcc.target/i386/xgetsetbv.c: Fix whitespace.

From-SVN: r260137
parent 1c3c479a
......@@ -8,20 +8,20 @@
unsigned long long
foo (unsigned x, unsigned y)
{
_xsetbv (x, y);
_xsetbv (x, y);
return _xgetbv (x);
}
unsigned long long
bar (unsigned x, unsigned long long y)
{
_xsetbv (x, y);
_xsetbv (x, y);
return _xgetbv (x);
}
unsigned long long
baz (void)
{
_xsetbv (0, 0);
_xsetbv (0, 0);
return _xgetbv (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