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:
parent
0e17a44326
commit
7a018a27b2
@ -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...
|
||||
|
Loading…
Reference in New Issue
Block a user