diff options
author | Michael Meissner <meissner@linux.vnet.ibm.com> | 2009-07-23 16:05:37 +0000 |
---|---|---|
committer | Michael Meissner <meissner@gcc.gnu.org> | 2009-07-23 16:05:37 +0000 |
commit | a72c65c7547434629a04bc6cc9e1dd7c6a3797f6 (patch) | |
tree | 3563fee0c177c70c7fbbba2a98aa91c416b6d658 /gcc/config/rs6000/rs6000.md | |
parent | 230411604449fe6e7efc5b66bce492e926c0609f (diff) | |
download | gcc-a72c65c7547434629a04bc6cc9e1dd7c6a3797f6.zip gcc-a72c65c7547434629a04bc6cc9e1dd7c6a3797f6.tar.gz gcc-a72c65c7547434629a04bc6cc9e1dd7c6a3797f6.tar.bz2 |
Commit patch #3 of 4 for Power7 VSX support
Co-Authored-By: Pat Haugen <pthaugen@us.ibm.com>
Co-Authored-By: Revital Eres <eres@il.ibm.com>
From-SVN: r150018
Diffstat (limited to 'gcc/config/rs6000/rs6000.md')
-rw-r--r-- | gcc/config/rs6000/rs6000.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/config/rs6000/rs6000.md b/gcc/config/rs6000/rs6000.md index a2fdc34..ae1ea99 100644 --- a/gcc/config/rs6000/rs6000.md +++ b/gcc/config/rs6000/rs6000.md @@ -15322,6 +15322,7 @@ (include "sync.md") +(include "vector.md") (include "altivec.md") (include "spe.md") (include "dfp.md") |