* config/i386/i386.md (SWI1248_AVX512BW): Add missing paren.
authormpolacek <mpolacek@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 25 Aug 2014 12:31:15 +0000 (12:31 +0000)
committermpolacek <mpolacek@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 25 Aug 2014 12:31:15 +0000 (12:31 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@214419 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog
gcc/config/i386/i386.md

index 86617e0..7136e92 100644 (file)
@@ -1,3 +1,7 @@
+2014-08-25  Marek Polacek  <polacek@redhat.com>
+
+       * config/i386/i386.md (SWI1248_AVX512BW): Add missing paren.
+
 2014-08-25  Petr Murzin  <petr.murzin@intel.com>
 
        * config/i386/i386.md (SWI1248_AVX512BW): New mode iterator.
index f56ad07..723f42f 100644 (file)
 
 ;; All integer modes with AVX512BW.
 (define_mode_iterator SWI1248_AVX512BW
-  [QI HI (SI "TARGET_AVX512BW") (DI "TARGET_AVX512BW")]
+  [QI HI (SI "TARGET_AVX512BW") (DI "TARGET_AVX512BW")])
 
 ;; All integer modes without QImode.
 (define_mode_iterator SWI248x [HI SI DI])