aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/Instruction.def
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2002-08-14 18:18:50 +0000
committerChris Lattner <sabre@nondot.org>2002-08-14 18:18:50 +0000
commit935bb0d07138f4844ff5d7f10338121a4fcec86c (patch)
tree4abcb83ad66387c627f167c58a452c213bffcad9 /include/llvm/Instruction.def
parent30551d02f53d6dc9f85a5ef4afb5d09022567980 (diff)
downloadexternal_llvm-935bb0d07138f4844ff5d7f10338121a4fcec86c.zip
external_llvm-935bb0d07138f4844ff5d7f10338121a4fcec86c.tar.gz
external_llvm-935bb0d07138f4844ff5d7f10338121a4fcec86c.tar.bz2
Remove reference to GenericUnaryInst class
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3325 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm/Instruction.def')
-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 d0df538..c84a465 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...