mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-07-25 13:24:46 +00:00
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
This commit is contained in:
@@ -263,13 +263,6 @@ FunctionPass *createTailCallEliminationPass();
|
||||
FunctionPass *createLowerSwitchPass();
|
||||
extern const PassInfo *LowerSwitchID;
|
||||
|
||||
//===----------------------------------------------------------------------===//
|
||||
//
|
||||
// LowerPacked - This pass converts VectorType operations into low-level scalar
|
||||
// operations.
|
||||
//
|
||||
FunctionPass *createLowerPackedPass();
|
||||
|
||||
//===----------------------------------------------------------------------===//
|
||||
//
|
||||
// LowerInvoke - This pass converts invoke and unwind instructions to use sjlj
|
||||
|
Reference in New Issue
Block a user