summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Stellard <thomas.stellard@amd.com>2012-03-23 14:55:20 -0400
committerTom Stellard <thomas.stellard@amd.com>2012-03-23 14:55:20 -0400
commitee8806edb62b6eac1a79620fc9f6c404532c0d29 (patch)
treec841c8efb038831b09d806a6a3360c11dffc962d
parent2c80f9c97b34548569d6459e36dc326ac997718f (diff)
Add file info to AMDGPUInstrInfo.cpp
-rw-r--r--lib/Target/AMDIL/AMDGPUInstrInfo.cpp31
1 files changed, 3 insertions, 28 deletions
diff --git a/lib/Target/AMDIL/AMDGPUInstrInfo.cpp b/lib/Target/AMDIL/AMDGPUInstrInfo.cpp
index 82a3e95201a..83592618c50 100644
--- a/lib/Target/AMDIL/AMDGPUInstrInfo.cpp
+++ b/lib/Target/AMDIL/AMDGPUInstrInfo.cpp
@@ -1,4 +1,4 @@
-//===-- AMDGPUInstrInfo.cpp - TODO: Add brief description -------===//
+//===-- AMDGPUInstrInfo.cpp - Base class for AMD GPU InstrInfo ------------===//
//
// The LLVM Compiler Infrastructure
//
@@ -7,36 +7,11 @@
//
//===----------------------------------------------------------------------===//
//
-// TODO: Add full description
+// This file contains the implementation of the TargetInstrInfo class that is
+// common to all AMD GPUs.
//
//===----------------------------------------------------------------------===//
-/*
- * Copyright 2011 Advanced Micro Devices, Inc.
- *
- * Permission is hereby granted, free of charge, to any person obtaining a
- * copy of this software and associated documentation files (the "Software"),
- * to deal in the Software without restriction, including without limitation
- * the rights to use, copy, modify, merge, publish, distribute, sublicense,
- * and/or sell copies of the Software, and to permit persons to whom the
- * Software is furnished to do so, subject to the following conditions:
- *
- * The above copyright notice and this permission notice (including the next
- * paragraph) shall be included in all copies or substantial portions of the
- * Software.
- *
- * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
- * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
- * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
- * THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
- * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
- * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
- * SOFTWARE.
- *
- * Authors: Tom Stellard <thomas.stellard@amd.com>
- *
- */
-
#include "AMDGPUInstrInfo.h"
#include "AMDGPURegisterInfo.h"
#include "AMDGPUTargetMachine.h"