summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target
diff options
context:
space:
mode:
authorTom Stellard <thomas.stellard@amd.com>2013-05-03 17:21:14 +0000
committerTom Stellard <thomas.stellard@amd.com>2013-05-03 17:21:14 +0000
commitc2516c6e406877bf2a59d846206c944957d2b104 (patch)
treea945b0902cf1a6381a323ee59f49151837093f2b /llvm/lib/Target
parent55c0ceecac4463c53738c41ea08def85e6bfa39f (diff)
downloadbcm5719-llvm-c2516c6e406877bf2a59d846206c944957d2b104.tar.gz
bcm5719-llvm-c2516c6e406877bf2a59d846206c944957d2b104.zip
R600: Clean up comments in Processors.td
llvm-svn: 181032
Diffstat (limited to 'llvm/lib/Target')
-rw-r--r--llvm/lib/Target/R600/Processors.td6
1 files changed, 1 insertions, 5 deletions
diff --git a/llvm/lib/Target/R600/Processors.td b/llvm/lib/Target/R600/Processors.td
index e024e668440..5ee1c0d8aec 100644
--- a/llvm/lib/Target/R600/Processors.td
+++ b/llvm/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>;
OpenPOWER on IntegriCloud