From 218b20a81e28ab069dd69684f1a8208ec8e1704c Mon Sep 17 00:00:00 2001 From: Tom Stellard Date: Fri, 3 May 2013 17:21:14 +0000 Subject: [PATCH] R600: Clean up comments in Processors.td git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@181032 91177308-0d34-0410-b5e6-96231b3b80d8 --- 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 e024e668440..5ee1c0d8aec 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 Features> : Processor; -- 2.34.1