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 | 9c968aaa5aa0c08cc79a353473b66e182f463826 (patch) | |
| tree | 53bb95ca31e36c71f5a2eed5b3efdffd3d4b3497 | |
| parent | 875d512b4951d98177142c3e7ccce704a7626a3c (diff) | |
| download | bcm5719-llvm-9c968aaa5aa0c08cc79a353473b66e182f463826.tar.gz bcm5719-llvm-9c968aaa5aa0c08cc79a353473b66e182f463826.zip | |
Remove reference to GenericUnaryInst class
llvm-svn: 3325
| -rw-r--r-- | llvm/include/llvm/Instruction.def | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/include/llvm/Instruction.def b/llvm/include/llvm/Instruction.def index d0df5382415..c84a465529c 100644 --- a/llvm/include/llvm/Instruction.def +++ b/llvm/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... |

