mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-16 14:31:59 +00:00
Eliminate the GenericBinaryInst class
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3649 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
2e9fe0ad09
commit
a690c590dc
@ -159,7 +159,6 @@ struct InstVisitor {
|
|||||||
RetTy visitBranchInst(BranchInst &I) { DELEGATE(TerminatorInst);}
|
RetTy visitBranchInst(BranchInst &I) { DELEGATE(TerminatorInst);}
|
||||||
RetTy visitSwitchInst(SwitchInst &I) { DELEGATE(TerminatorInst);}
|
RetTy visitSwitchInst(SwitchInst &I) { DELEGATE(TerminatorInst);}
|
||||||
RetTy visitInvokeInst(InvokeInst &I) { DELEGATE(TerminatorInst);}
|
RetTy visitInvokeInst(InvokeInst &I) { DELEGATE(TerminatorInst);}
|
||||||
RetTy visitGenericBinaryInst(GenericBinaryInst &I){ DELEGATE(BinaryOperator);}
|
|
||||||
RetTy visitSetCondInst(SetCondInst &I) { DELEGATE(BinaryOperator);}
|
RetTy visitSetCondInst(SetCondInst &I) { DELEGATE(BinaryOperator);}
|
||||||
RetTy visitMallocInst(MallocInst &I) { DELEGATE(AllocationInst);}
|
RetTy visitMallocInst(MallocInst &I) { DELEGATE(AllocationInst);}
|
||||||
RetTy visitAllocaInst(AllocaInst &I) { DELEGATE(AllocationInst);}
|
RetTy visitAllocaInst(AllocaInst &I) { DELEGATE(AllocationInst);}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user