parent
4f94bedfa6
commit
8418e36143
|
|
@ -1,12 +1,10 @@
|
||||||
//===- Sparc.td - Target Description for Sparc V9 Target --------*- C++ -*-===//
|
//===- Target.td - Target Independent TableGen interface --------*- C++ -*-===//
|
||||||
// vim:ft=cpp
|
//
|
||||||
|
// 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
|
// Value types - These values correspond to the register types defined in the
|
||||||
// ValueTypes.h file.
|
// ValueTypes.h file.
|
||||||
class ValueType { string Namespace = "MVT"; }
|
class ValueType { string Namespace = "MVT"; }
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue