Remove Synthesizable from the Type system; as MMX vector
authorDale Johannesen <dalej@apple.com>
Wed, 20 Oct 2010 21:32:10 +0000 (21:32 +0000)
committerDale Johannesen <dalej@apple.com>
Wed, 20 Oct 2010 21:32:10 +0000 (21:32 +0000)
commite93d99cf0742eebab859022e4cfdcf03cb9d5dfa
treebdb7c9f9c7aac4e2362a41eade6d446a6fdeb1cc
parent9b259404740cb48313615d2cfd88a6b1045560bf
Remove Synthesizable from the Type system; as MMX vector
types are no longer Legal on X86, we don't need it.
No functional change.  8499854.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@116947 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/Target/TargetLowering.h
lib/CodeGen/SelectionDAG/LegalizeVectorTypes.cpp
lib/CodeGen/SelectionDAG/TargetLowering.cpp
lib/Target/X86/X86ISelLowering.cpp