Evan Cheng | 2475331 | 2011-06-24 01:44:41 +0000 | [diff] [blame^] | 1 | //===-- 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" |