mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-02-07 14:33:15 +00:00
Initial checkin of X86.td file
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@7510 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
b76d6fc4d5
commit
762fb5f704
17
lib/Target/X86/X86.td
Normal file
17
lib/Target/X86/X86.td
Normal file
@ -0,0 +1,17 @@
|
||||
//===- X86.td - Target definition file for the Intel X86 arch ---*- C++ -*-===//
|
||||
//
|
||||
// This is a target description file for the Intel i386 architecture, refered to
|
||||
// here as the "X86" architecture.
|
||||
//
|
||||
//===----------------------------------------------------------------------===//
|
||||
|
||||
// Get the target independent interfaces which we are implementing...
|
||||
//
|
||||
include "../Target.td"
|
||||
|
||||
//===----------------------------------------------------------------------===//
|
||||
// Register File Description
|
||||
//===----------------------------------------------------------------------===//
|
||||
|
||||
include "X86RegisterInfo.td"
|
||||
|
Loading…
x
Reference in New Issue
Block a user