Deleted Added
full compact
X86DisassemblerShared.h (276479) X86DisassemblerShared.h (280031)
1//===- X86DisassemblerShared.h - Emitter shared header ----------*- C++ -*-===//
2//
3// The LLVM Compiler Infrastructure
4//
5// This file is distributed under the University of Illinois Open Source
6// License. See LICENSE.TXT for details.
7//
8//===----------------------------------------------------------------------===//
9
1//===- X86DisassemblerShared.h - Emitter shared header ----------*- C++ -*-===//
2//
3// The LLVM Compiler Infrastructure
4//
5// This file is distributed under the University of Illinois Open Source
6// License. See LICENSE.TXT for details.
7//
8//===----------------------------------------------------------------------===//
9
10#ifndef X86DISASSEMBLERSHARED_H
11#define X86DISASSEMBLERSHARED_H
10#ifndef LLVM_UTILS_TABLEGEN_X86DISASSEMBLERSHARED_H
11#define LLVM_UTILS_TABLEGEN_X86DISASSEMBLERSHARED_H
12
13#include <string.h>
14#include <string>
15
16#include "../../lib/Target/X86/Disassembler/X86DisassemblerDecoderCommon.h"
17
18struct InstructionSpecifier {
19 llvm::X86Disassembler::OperandSpecifier

--- 35 unchanged lines hidden ---
12
13#include <string.h>
14#include <string>
15
16#include "../../lib/Target/X86/Disassembler/X86DisassemblerDecoderCommon.h"
17
18struct InstructionSpecifier {
19 llvm::X86Disassembler::OperandSpecifier

--- 35 unchanged lines hidden ---