Fix a minor bug legalizing dynamic_stackalloc. This allows us to compile
authorChris Lattner <sabre@nondot.org>
Sun, 9 Jan 2005 19:07:54 +0000 (19:07 +0000)
committerChris Lattner <sabre@nondot.org>
Sun, 9 Jan 2005 19:07:54 +0000 (19:07 +0000)
commit513e52ec4e20048a8f491498d219a2669283f3bd
treea8a51041039d4f29f25b1656fd8f1a79bd7af267
parentfa404e8a76abfdafefb8806b35f596d288609496
Fix a minor bug legalizing dynamic_stackalloc.  This allows us to compile
std::__pad<wchar_t, std::char_traits<wchar_t> >::_S_pad(std::ios_base&, wchar_t, wchar_t*, wchar_t const*, int, int, bool)

from libstdc++

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