Remove reference to GenericUnaryInst class

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3325 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Chris Lattner 2002-08-14 18:18:50 +00:00
parent 30551d02f5
commit 935bb0d071

View 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...