Fix a crash when faced with a shuffle vector that has an undef in its mask.
authorChris Lattner <sabre@nondot.org>
Sat, 15 Apr 2006 23:48:05 +0000 (23:48 +0000)
committerChris Lattner <sabre@nondot.org>
Sat, 15 Apr 2006 23:48:05 +0000 (23:48 +0000)
commit730b45694bd910efe0c5c38897854222f74c92bb
tree3260171066ab16d4dd1686fa32708fd43f628406
parent6e94af75de7f21b667046063dde49181c233b973
Fix a crash when faced with a shuffle vector that has an undef in its mask.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@27726 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/PowerPC/PPCISelLowering.cpp