Skip to content

Commit

Permalink
R600: Clean up comments in Processors.td
Browse files Browse the repository at this point in the history
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@181032 91177308-0d34-0410-b5e6-96231b3b80d8
  • Loading branch information
tstellarAMD committed May 3, 2013
1 parent 5212b4e commit 218b20a
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions lib/Target/R600/Processors.td
Original file line number Diff line number Diff line change
@@ -1,15 +1,11 @@
//===-- Processors.td - TODO: Add brief description -------===//
//===-- Processors.td - R600 Processor definitions ------------------------===//
//
// The LLVM Compiler Infrastructure
//
// This file is distributed under the University of Illinois Open Source
// License. See LICENSE.TXT for details.
//
//===----------------------------------------------------------------------===//
//
// AMDIL processors supported.
//
//===----------------------------------------------------------------------===//

class Proc<string Name, ProcessorItineraries itin, list<SubtargetFeature> Features>
: Processor<Name, itin, Features>;
Expand Down

0 comments on commit 218b20a

Please sign in to comment.