aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--include/llvm/Instruction.def2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/llvm/Instruction.def b/include/llvm/Instruction.def
index d0df538241..c84a465529 100644
--- a/include/llvm/Instruction.def
+++ b/include/llvm/Instruction.def
@@ -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...