mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-02-07 14:33:15 +00:00
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:
parent
30551d02f5
commit
935bb0d071
@ -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…
x
Reference in New Issue
Block a user