Eliminate the GenericBinaryInst class
authorChris Lattner <sabre@nondot.org>
Tue, 10 Sep 2002 15:35:23 +0000 (15:35 +0000)
committerChris Lattner <sabre@nondot.org>
Tue, 10 Sep 2002 15:35:23 +0000 (15:35 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3649 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/Support/InstVisitor.h

index a41a5148ade50c0304e1fb15a6867e6db1cb0e0a..6ad636f46d390226471e779c4b0df75aef6dd765 100644 (file)
@@ -159,7 +159,6 @@ struct InstVisitor {
   RetTy visitBranchInst(BranchInst &I)              { DELEGATE(TerminatorInst);}
   RetTy visitSwitchInst(SwitchInst &I)              { DELEGATE(TerminatorInst);}
   RetTy visitInvokeInst(InvokeInst &I)              { DELEGATE(TerminatorInst);}
-  RetTy visitGenericBinaryInst(GenericBinaryInst &I){ DELEGATE(BinaryOperator);}
   RetTy visitSetCondInst(SetCondInst &I)            { DELEGATE(BinaryOperator);}
   RetTy visitMallocInst(MallocInst &I)              { DELEGATE(AllocationInst);}
   RetTy visitAllocaInst(AllocaInst &I)              { DELEGATE(AllocationInst);}