Fix a crasher introduced by r127317 that is seen on the bots when using an
authorCameron Zwarich <zwarich@apple.com>
Wed, 9 Mar 2011 07:34:11 +0000 (07:34 +0000)
committerCameron Zwarich <zwarich@apple.com>
Wed, 9 Mar 2011 07:34:11 +0000 (07:34 +0000)
commit032c10fee2a4bb731488ce75844878009d3bd409
tree88e181febcb2c9b82eb8686cce6ebc65e3fe0e91
parent84dd4fa2e36f72050f5c46577359f5df0467e3e4
Fix a crasher introduced by r127317 that is seen on the bots when using an
alloca as both integer and floating-point vectors of the same size. Bugpoint is
not cooperating with me, but I'll try to find a manual testcase tomorrow.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@127320 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Transforms/Scalar/ScalarReplAggregates.cpp