aboutsummaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2010-07-20 19:43:19 +0000
committerChris Lattner <sabre@nondot.org>2010-07-20 19:43:19 +0000
commitca80e7a9f217c18ec6789f1af4d3d6133182a78d (patch)
tree5c62f31a94662e2ad1fe6c4e2b669f2d1cfd8f56 /lib
parent31c7d0971bd395620a07dec8c9500603ff95324e (diff)
downloadexternal_llvm-ca80e7a9f217c18ec6789f1af4d3d6133182a78d.zip
external_llvm-ca80e7a9f217c18ec6789f1af4d3d6133182a78d.tar.gz
external_llvm-ca80e7a9f217c18ec6789f1af4d3d6133182a78d.tar.bz2
turn this into a normal header.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@108891 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib')
-rw-r--r--lib/MC/MCDisassembler/EDInfo.h19
1 files changed, 11 insertions, 8 deletions
diff --git a/lib/MC/MCDisassembler/EDInfo.h b/lib/MC/MCDisassembler/EDInfo.h
index 501c266..627c066 100644
--- a/lib/MC/MCDisassembler/EDInfo.h
+++ b/lib/MC/MCDisassembler/EDInfo.h
@@ -1,16 +1,19 @@
-//===- TableGen'erated file -------------------------------------*- C++ -*-===//
+//===-- EDInfo.h - LLVM Enhanced Disassembler -------------------*- C++ -*-===//
//
-// Enhanced Disassembly Info Header
-//
-// Automatically generated file, do not edit!
+// The LLVM Compiler Infrastructure
//
+// This file is distributed under the University of Illinois Open Source
+// License. See LICENSE.TXT for details.
+//
//===----------------------------------------------------------------------===//
-#ifndef EDInfo_
-#define EDInfo_
+#ifndef LLVM_EDINFO_H
+#define LLVM_EDINFO_H
-#define EDIS_MAX_OPERANDS 13
-#define EDIS_MAX_SYNTAXES 2
+enum {
+ EDIS_MAX_OPERANDS = 13,
+ EDIS_MAX_SYNTAXES = 2
+};
enum OperandTypes {
kOperandTypeNone,