diff options
author | Chris Lattner <sabre@nondot.org> | 2002-08-14 18:18:50 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2002-08-14 18:18:50 +0000 |
commit | 935bb0d07138f4844ff5d7f10338121a4fcec86c (patch) | |
tree | 4abcb83ad66387c627f167c58a452c213bffcad9 /include | |
parent | 30551d02f53d6dc9f85a5ef4afb5d09022567980 (diff) | |
download | external_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')
-rw-r--r-- | include/llvm/Instruction.def | 2 |
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... |