From: Matt Arsenault Date: Thu, 7 May 2015 17:02:32 +0000 (+0000) Subject: R600: Fix comment that mentions AMDIL X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=21cecaf4457d6ed97dea8fc02159c76a7f835404;p=oota-llvm.git R600: Fix comment that mentions AMDIL git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@236745 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Target/R600/AMDGPU.td b/lib/Target/R600/AMDGPU.td index f4ad07f0fc2..d70c16762c1 100644 --- a/lib/Target/R600/AMDGPU.td +++ b/lib/Target/R600/AMDGPU.td @@ -1,11 +1,11 @@ -//===-- AMDIL.td - AMDIL Tablegen files --*- tablegen -*-------------------===// +//===-- AMDGPU.td - AMDGPU Tablegen files ------------------*- tablegen -*-===// // // The LLVM Compiler Infrastructure // // This file is distributed under the University of Illinois Open Source // License. See LICENSE.TXT for details. // -//==-----------------------------------------------------------------------===// +//===----------------------------------------------------------------------===// include "llvm/Target/Target.td"