summaryrefslogtreecommitdiffstats
path: root/lib/Target/X86/TargetDesc/X86TargetDesc.h
blob: d31f301ba3dc9593e1e99135912ab333ff5a2cd6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
//===-- X86TargetDesc.h - X86 Target Descriptions ---------------*- C++ -*-===//
//
//                     The LLVM Compiler Infrastructure
//
// This file is distributed under the University of Illinois Open Source
// License. See LICENSE.TXT for details.
//
//===----------------------------------------------------------------------===//
//
// This file provides X86 specific target descriptions.
//
//===----------------------------------------------------------------------===//

namespace llvm {
class Target;

extern Target TheX86_32Target, TheX86_64Target;
} // End llvm namespace

// Defines symbolic names for X86 registers.  This defines a mapping from
// register name to register number.
//
#include "X86GenRegisterNames.inc"