[Mesa-dev] [PATCH 2/2] R600: Clean up comments in Processors.td

Tom Stellard tom at stellard.net
Mon Apr 29 13:07:16 PDT 2013


From: Tom Stellard <thomas.stellard at amd.com>

---
 lib/Target/R600/Processors.td | 6 +-----
 1 file changed, 1 insertion(+), 5 deletions(-)

diff --git a/lib/Target/R600/Processors.td b/lib/Target/R600/Processors.td
index c2cc63a..730335d 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>;
-- 
1.8.1.5



More information about the mesa-dev mailing list