mirror of
https://github.com/RPCS3/llvm.git
synced 2024-11-30 07:00:57 +00:00
No this file is not actually Sparc.td :)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@7405 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
dbc1ab88ae
commit
ee6b5f69bd
@ -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"; }
|
||||
|
Loading…
Reference in New Issue
Block a user