Commit 4cca007e by Jakub Jelinek Committed by Jakub Jelinek

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

From-SVN: r189541
parent cd356d96
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
......
......@@ -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 */
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