mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-05-17 15:38:40 +00:00
Support the invoke instruction
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@765 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
5a0d4179df
commit
93d39d23b4
@ -370,8 +370,9 @@ void SCCP::UpdateInstruction(Instruction *I) {
|
|||||||
case Instruction::Alloca:
|
case Instruction::Alloca:
|
||||||
case Instruction::Load:
|
case Instruction::Load:
|
||||||
case Instruction::Store:
|
case Instruction::Store:
|
||||||
// TODO: getfield/putfield?
|
// TODO: getfield
|
||||||
case Instruction::Call:
|
case Instruction::Call:
|
||||||
|
case Instruction::Invoke:
|
||||||
markOverdefined(I); // Memory and call's are all overdefined
|
markOverdefined(I); // Memory and call's are all overdefined
|
||||||
return;
|
return;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user