1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-21 03:53:04 +02:00

No this file is not actually Sparc.td :)

llvm-svn: 7405
This commit is contained in:
Chris Lattner 2003-07-29 23:07:13 +00:00
parent 89619f07a3
commit 1933b89bfe

View File

@ -1,12 +1,10 @@
//===- Sparc.td - Target Description for Sparc V9 Target --------*- C++ -*-===//
// vim:ft=cpp
//===- Target.td - Target Independent TableGen interface --------*- C++ -*-===//
//
// This file defines the target-independent interfaces which should be
// implemented by each target which is using a TableGen based code generator.
//
//===----------------------------------------------------------------------===//
//===----------------------------------------------------------------------===//
// Target-Independent interface
//===----------------------------------------------------------------------===//
// Value types - These values correspond to the register types defined in the
// ValueTypes.h file.
class ValueType { string Namespace = "MVT"; }