Fix the InsertAtEnd form of ShuffleVectorInst constructor to use
authorDan Gohman <gohman@apple.com>
Tue, 25 Aug 2009 23:27:45 +0000 (23:27 +0000)
committerDan Gohman <gohman@apple.com>
Tue, 25 Aug 2009 23:27:45 +0000 (23:27 +0000)
commit638d853ef028b446715ac4e0b1a059d68769b465
tree20221eb3f0b65d4959763431db7c9f2e99032c65
parent1c8a23c440b1665ba422778cdc74a0c59ecaf39e
Fix the InsertAtEnd form of ShuffleVectorInst constructor to use
the correct type.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@80050 91177308-0d34-0410-b5e6-96231b3b80d8
lib/VMCore/Instructions.cpp