summaryrefslogtreecommitdiff
path: root/lib/Target/X86/X86.h
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2002-11-18 05:37:11 +0000
committerChris Lattner <sabre@nondot.org>2002-11-18 05:37:11 +0000
commit6aab9cf65cd1e96f9d0fa99f8453da454648bba1 (patch)
tree72e225236c980e83241108b5c855b5c89e6a4d10 /lib/Target/X86/X86.h
parent239dcfd215b47cab1f82822afa7fbae402ea2c79 (diff)
downloadllvm-6aab9cf65cd1e96f9d0fa99f8453da454648bba1.tar.gz
llvm-6aab9cf65cd1e96f9d0fa99f8453da454648bba1.tar.bz2
llvm-6aab9cf65cd1e96f9d0fa99f8453da454648bba1.tar.xz
Start to add more information to instr.def
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@4741 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target/X86/X86.h')
-rw-r--r--lib/Target/X86/X86.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Target/X86/X86.h b/lib/Target/X86/X86.h
index d94ec28f3e..10bc017993 100644
--- a/lib/Target/X86/X86.h
+++ b/lib/Target/X86/X86.h
@@ -52,7 +52,7 @@ namespace X86 {
// This defines a large number of symbolic names for X86 instruction opcodes.
enum Opcode {
-#define I(ENUM, NAME, FLAGS, TSFLAGS) ENUM,
+#define I(ENUM, NAME, BASEOPCODE, FLAGS, TSFLAGS) ENUM,
#include "X86InstrInfo.def"
};
}