R600: Clean up comments in Processors.td
authorTom Stellard <thomas.stellard@amd.com>
Fri, 3 May 2013 17:21:14 +0000 (17:21 +0000)
committerTom Stellard <thomas.stellard@amd.com>
Fri, 3 May 2013 17:21:14 +0000 (17:21 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@181032 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Target/R600/Processors.td

index e024e6684404330c159e597b37c154665ab2ca8f..5ee1c0d8aec53b3c550d29dd7c73fdc44e3fca01 100644 (file)
@@ -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>;