mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-14 16:33:28 +00:00
Added selection DAG support for the extractelement operation.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@25179 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
fee31b3610
commit
c0f4cd9931
@ -388,6 +388,7 @@ public:
|
||||
void visitUnreachable(UnreachableInst &I) { /* noop */ }
|
||||
|
||||
// These all get lowered before this pass.
|
||||
void visitExtractElement(ExtractElementInst &I) { assert(0 && "TODO"); }
|
||||
void visitSwitch(SwitchInst &I) { assert(0 && "TODO"); }
|
||||
void visitInvoke(InvokeInst &I) { assert(0 && "TODO"); }
|
||||
void visitUnwind(UnwindInst &I) { assert(0 && "TODO"); }
|
||||
|
Loading…
x
Reference in New Issue
Block a user