diff options
author | Tom Stellard <thomas.stellard@amd.com> | 2013-05-03 17:21:14 +0000 |
---|---|---|
committer | Tom Stellard <thomas.stellard@amd.com> | 2013-05-03 17:21:14 +0000 |
commit | 218b20a81e28ab069dd69684f1a8208ec8e1704c (patch) | |
tree | d09b1aafa1a6ecb5b17f592a90ff3e74f0bbb5e4 | |
parent | 5212b4eb71cfc28983b993a8553453b0c4e26e22 (diff) |
R600: Clean up comments in Processors.td
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@181032 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | lib/Target/R600/Processors.td | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/lib/Target/R600/Processors.td b/lib/Target/R600/Processors.td index e024e66844..5ee1c0d8ae 100644 --- a/lib/Target/R600/Processors.td +++ b/lib/Target/R600/Processors.td @@ -1,4 +1,4 @@ -//===-- Processors.td - TODO: Add brief description -------===// +//===-- Processors.td - R600 Processor definitions ------------------------===// // // The LLVM Compiler Infrastructure // @@ -6,10 +6,6 @@ // License. See LICENSE.TXT for details. // //===----------------------------------------------------------------------===// -// -// AMDIL processors supported. -// -//===----------------------------------------------------------------------===// class Proc<string Name, ProcessorItineraries itin, list<SubtargetFeature> Features> : Processor<Name, itin, Features>; |