* config/i386/rtmintrin.h (_xabort): Remove trailing semicolon.

From-SVN: r189541
This commit is contained in:
Jakub Jelinek 2012-07-16 16:53:40 +02:00 committed by Jakub Jelinek
parent cd356d9673
commit 4cca007eaf
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2012-07-16 Jakub Jelinek <jakub@redhat.com>
* config/i386/rtmintrin.h (_xabort): Remove trailing semicolon.
2012-07-16 Ulrich Weigand <ulrich.weigand@linaro.org>
* tree-ssa-ccp.c (optimize_unreachable): Check gsi_end_p

View File

@ -71,7 +71,7 @@ _xabort (const unsigned int imm)
__builtin_ia32_xabort (imm);
}
#else
#define _xabort(N) __builtin_ia32_xabort (N);
#define _xabort(N) __builtin_ia32_xabort (N)
#endif /* __OPTIMIZE__ */
#endif /* _RTMINTRIN_H_INCLUDED */