blob: d08aec773ba981399c772c55a36d554f0a314565 [file] [log] [blame]
Evan Cheng24753312011-06-24 01:44:41 +00001//===-- X86TargetDesc.h - X86 Target Descriptions ---------------*- 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// This file provides X86 specific target descriptions.
11//
12//===----------------------------------------------------------------------===//
13
14// Defines symbolic names for X86 registers. This defines a mapping from
15// register name to register number.
16//
17#include "X86GenRegisterNames.inc"