[llvm] r181032 - R600: Clean up comments in Processors.td
Tom Stellard
thomas.stellard at amd.com
Fri May 3 10:21:15 PDT 2013
Author: tstellar
Date: Fri May 3 12:21:14 2013
New Revision: 181032
URL: http://llvm.org/viewvc/llvm-project?rev=181032&view=rev
Log:
R600: Clean up comments in Processors.td
Modified:
llvm/trunk/lib/Target/R600/Processors.td
Modified: llvm/trunk/lib/Target/R600/Processors.td
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/Target/R600/Processors.td?rev=181032&r1=181031&r2=181032&view=diff
==============================================================================
--- llvm/trunk/lib/Target/R600/Processors.td (original)
+++ llvm/trunk/lib/Target/R600/Processors.td Fri May 3 12:21:14 2013
@@ -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>;
More information about the llvm-commits
mailing list