Fix handling of calls in functions that use vectors. This fixes a crash on
authorChris Lattner <sabre@nondot.org>
Mon, 17 Apr 2006 22:10:08 +0000 (22:10 +0000)
committerChris Lattner <sabre@nondot.org>
Mon, 17 Apr 2006 22:10:08 +0000 (22:10 +0000)
commit80edfb3af5ed214c5cd7797b37cb3bb024e98cc6
treef08ab77316cc35ab565f60142b1cea4e4f23d0d7
parent5edb8d270cd7566514187ec53f8ab3f6bf306965
Fix handling of calls in functions that use vectors.  This fixes a crash on
the code in GCC PR26546.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@27780 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/SelectionDAG/LegalizeDAG.cpp