mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-14 11:32:34 +00:00
Test Commit.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@133613 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
0df445b460
commit
3e8cff47a7
@ -16,7 +16,7 @@
|
||||
include "llvm/Target/Target.td"
|
||||
|
||||
//===----------------------------------------------------------------------===//
|
||||
// Subtarget Features.
|
||||
// Subtarget Features
|
||||
//===----------------------------------------------------------------------===//
|
||||
|
||||
//===- Architectural Features ---------------------------------------------===//
|
||||
@ -57,7 +57,7 @@ def FeatureSM20 : SubtargetFeature<"sm20", "PTXShaderModel", "PTX_SM_2_0",
|
||||
[FeatureSM13]>;
|
||||
|
||||
//===----------------------------------------------------------------------===//
|
||||
// PTX supported processors.
|
||||
// PTX supported processors
|
||||
//===----------------------------------------------------------------------===//
|
||||
|
||||
class Proc<string Name, list<SubtargetFeature> Features>
|
||||
|
Loading…
Reference in New Issue
Block a user