Remove reference to GenericUnaryInst class
authorChris Lattner <sabre@nondot.org>
Wed, 14 Aug 2002 18:18:50 +0000 (18:18 +0000)
committerChris Lattner <sabre@nondot.org>
Wed, 14 Aug 2002 18:18:50 +0000 (18:18 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3325 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/Instruction.def

index d0df5382415d8fb179223455502eea3315f33b87..c84a465529c52567aea9599a0133e7fb7a3953ea 100644 (file)
@@ -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...