* gcc.target/i386/xgetsetbv.c: Fix whitespace.
authorUros Bizjak <uros@gcc.gnu.org>
Thu, 10 May 2018 21:19:59 +0000 (23:19 +0200)
committerUros Bizjak <uros@gcc.gnu.org>
Thu, 10 May 2018 21:19:59 +0000 (23:19 +0200)
From-SVN: r260137

gcc/testsuite/gcc.target/i386/xgetsetbv.c

index 9ef487c..956db76 100644 (file)
@@ -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);
 }