From: Chris Lattner Date: Wed, 14 Aug 2002 18:18:50 +0000 (+0000) Subject: Remove reference to GenericUnaryInst class X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=935bb0d07138f4844ff5d7f10338121a4fcec86c;p=oota-llvm.git Remove reference to GenericUnaryInst class git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3325 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/llvm/Instruction.def b/include/llvm/Instruction.def index d0df5382415..c84a465529c 100644 --- a/include/llvm/Instruction.def +++ b/include/llvm/Instruction.def @@ -95,7 +95,7 @@ HANDLE_TERM_INST ( 4, Invoke, InvokeInst) // The single unary instruction... a binary inverse. FIRST_UNARY_INST ( 5) -HANDLE_UNARY_INST ( 5, Not , GenericUnaryInst) +HANDLE_UNARY_INST ( 5, Not , GenericBinaryInst) // THIS IS WRONG. *REMOVEME* LAST_UNARY_INST ( 5) // Standard binary operators...