Commit b7613c91 by Jakub Jelinek Committed by Jakub Jelinek

smmintrin.h: Avoid /* within a comment.

	* config/i386/smmintrin.h: Avoid /* within a comment.
	* config/i386/nmmintrin.h: Likewise.

From-SVN: r185352
parent 9020ff27
2012-03-13 Jakub Jelinek <jakub@redhat.com>
* config/i386/smmintrin.h: Avoid /* within a comment.
* config/i386/nmmintrin.h: Likewise.
2012-03-13 Uros Bizjak <ubizjak@gmail.com> 2012-03-13 Uros Bizjak <ubizjak@gmail.com>
* config/i386/i386.md (xbegin): Remove constraint from expander. * config/i386/i386.md (xbegin): Remove constraint from expander.
......
/* Copyright (C) 2007, 2009 Free Software Foundation, Inc. /* Copyright (C) 2007, 2009, 2012 Free Software Foundation, Inc.
This file is part of GCC. This file is part of GCC.
...@@ -19,7 +19,7 @@ ...@@ -19,7 +19,7 @@
You should have received a copy of the GNU General Public License and You should have received a copy of the GNU General Public License and
a copy of the GCC Runtime Library Exception along with this program; a copy of the GCC Runtime Library Exception along with this program;
see the files COPYING3 and COPYING.RUNTIME respectively. If not, see see the files COPYING3 and COPYING.RUNTIME respectively. If not, see
<http://www.gnu.org/licenses/>. <http://www.gnu.org/licenses/>. */
/* Implemented from the specification included in the Intel C++ Compiler /* Implemented from the specification included in the Intel C++ Compiler
User Guide and Reference, version 10.0. */ User Guide and Reference, version 10.0. */
......
/* Copyright (C) 2007, 2008, 2009, 2010 Free Software Foundation, Inc. /* Copyright (C) 2007, 2008, 2009, 2010, 2012 Free Software Foundation, Inc.
This file is part of GCC. This file is part of GCC.
...@@ -19,8 +19,7 @@ ...@@ -19,8 +19,7 @@
You should have received a copy of the GNU General Public License and You should have received a copy of the GNU General Public License and
a copy of the GCC Runtime Library Exception along with this program; a copy of the GCC Runtime Library Exception along with this program;
see the files COPYING3 and COPYING.RUNTIME respectively. If not, see see the files COPYING3 and COPYING.RUNTIME respectively. If not, see
<http://www.gnu.org/licenses/>. <http://www.gnu.org/licenses/>. */
/* Implemented from the specification included in the Intel C++ Compiler /* Implemented from the specification included in the Intel C++ Compiler
User Guide and Reference, version 10.0. */ User Guide and Reference, version 10.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