turn this into a normal header.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@108891 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Chris Lattner 2010-07-20 19:43:19 +00:00
parent 1c861a0253
commit 6f0414a407

View File

@ -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,