summaryrefslogtreecommitdiff
path: root/include/llvm/Instruction.h
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2002-08-15 16:14:49 +0000
committerChris Lattner <sabre@nondot.org>2002-08-15 16:14:49 +0000
commitc5b74477c0f2d108e91dd803d29142ed0113ea04 (patch)
treec361aa5ccd8e44b5112ccf6c01d82196b447bf3b /include/llvm/Instruction.h
parent8decbcbbfe0587826d2adae04f83fea2e2575832 (diff)
downloadllvm-c5b74477c0f2d108e91dd803d29142ed0113ea04.tar.gz
llvm-c5b74477c0f2d108e91dd803d29142ed0113ea04.tar.bz2
llvm-c5b74477c0f2d108e91dd803d29142ed0113ea04.tar.xz
Remove the last traces of the NOT instruction
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3346 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm/Instruction.h')
-rw-r--r--include/llvm/Instruction.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/include/llvm/Instruction.h b/include/llvm/Instruction.h
index 41be312853..d2804ab704 100644
--- a/include/llvm/Instruction.h
+++ b/include/llvm/Instruction.h
@@ -90,13 +90,6 @@ public:
#include "llvm/Instruction.def"
};
- enum UnaryOps {
-#define FIRST_UNARY_INST(N) FirstUnaryOp = N,
-#define HANDLE_UNARY_INST(N, OPC, CLASS) OPC = N,
-#define LAST_UNARY_INST(N) NumUnaryOps = N+1,
-#include "llvm/Instruction.def"
- };
-
enum BinaryOps {
#define FIRST_BINARY_INST(N) FirstBinaryOp = N,
#define HANDLE_BINARY_INST(N, OPC, CLASS) OPC = N,