From: Chris Lattner Date: Sun, 3 Aug 2003 15:47:49 +0000 (+0000) Subject: Initial checkin of X86.td file X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=762fb5f704b9ff0faf9e8fc273b3c01694b824d0;p=oota-llvm.git Initial checkin of X86.td file git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@7510 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Target/X86/X86.td b/lib/Target/X86/X86.td new file mode 100644 index 00000000000..e4c1c8effde --- /dev/null +++ b/lib/Target/X86/X86.td @@ -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" +