Test Commit.

llvm-svn: 133613
This commit is contained in:
Dan Bailey 2011-06-22 09:04:30 +00:00
parent 687bd0ae66
commit 55ec2a8929
1 changed files with 2 additions and 2 deletions

View File

@ -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>