remove the lower packed pass. It can never work and even the parts that
authorChris Lattner <sabre@nondot.org>
Tue, 19 Feb 2008 07:39:17 +0000 (07:39 +0000)
committerChris Lattner <sabre@nondot.org>
Tue, 19 Feb 2008 07:39:17 +0000 (07:39 +0000)
commit15f166c7b6ed054e9a9b54161dd9342d9f083564
treee2a32d521759053430bb82709f2257287d89fa6f
parent967552e7ec48007b3bb22608134a24f2de490a6e
remove the lower packed pass.  It can never work and even the parts that
could work don't work fully.  This fixes PR1705.  Oh yeah, we don't have
packed types anymore either ;-)

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@47322 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/LinkAllPasses.h
include/llvm/Transforms/Scalar.h
lib/Transforms/Scalar/LowerPacked.cpp [deleted file]