llvm-stress: don't make vectors of x86_mmx type
authorDylan Noblesmith <nobled@dreamwidth.org>
Tue, 10 Apr 2012 22:44:49 +0000 (22:44 +0000)
committerDylan Noblesmith <nobled@dreamwidth.org>
Tue, 10 Apr 2012 22:44:49 +0000 (22:44 +0000)
commit701de8fafc8db86a0a7df61b177720b1f681c60c
treec868d67c320ef89ca35e24e473205d3fd3cfd812
parentcff60c1409e36079b4bc6ecbda84565143bf00af
llvm-stress: don't make vectors of x86_mmx type

LangRef.html says:
"There are no arrays, vectors or constants of this type."

This was hitting assertions when passing the -generate-x86-mmx
option.

PR12452.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@154445 91177308-0d34-0410-b5e6-96231b3b80d8
tools/llvm-stress/llvm-stress.cpp