1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-24 03:33:20 +01:00

Remove reference to GenericUnaryInst class

llvm-svn: 3325
This commit is contained in:
Chris Lattner 2002-08-14 18:18:50 +00:00
parent 0e17a44326
commit 7a018a27b2

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