[llvm] r236745 - R600: Fix comment that mentions AMDIL
Matt Arsenault
Matthew.Arsenault at amd.com
Thu May 7 10:02:32 PDT 2015
Author: arsenm
Date: Thu May 7 12:02:32 2015
New Revision: 236745
URL: http://llvm.org/viewvc/llvm-project?rev=236745&view=rev
Log:
R600: Fix comment that mentions AMDIL
Modified:
llvm/trunk/lib/Target/R600/AMDGPU.td
Modified: llvm/trunk/lib/Target/R600/AMDGPU.td
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/Target/R600/AMDGPU.td?rev=236745&r1=236744&r2=236745&view=diff
==============================================================================
--- llvm/trunk/lib/Target/R600/AMDGPU.td (original)
+++ llvm/trunk/lib/Target/R600/AMDGPU.td Thu May 7 12:02:32 2015
@@ -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"
More information about the llvm-commits
mailing list