]> git.ipfire.org Git - thirdparty/gcc.git/commit
rs6000: Fix typo in rs6000_expand_vector_init
authorRichard Henderson <rth@redhat.com>
Fri, 14 Oct 2011 03:27:01 +0000 (20:27 -0700)
committerRichard Henderson <rth@gcc.gnu.org>
Fri, 14 Oct 2011 03:27:01 +0000 (20:27 -0700)
commit5066ab2ee8ccdde331e871303cdfa7d44e461fcc
treeb737fe6f69b9379de03f127a37abb6c6af1a3aa4
parentbdc3ee5d57b98049053a03942a6b8c4373dc68a5
rs6000: Fix typo in rs6000_expand_vector_init

Of course we don't support vectors of size <= 4.
We're supposed to be checking the vector element size.

From-SVN: r179957
gcc/ChangeLog
gcc/config/rs6000/rs6000.c