From: Tom Stellard Date: Mon, 18 Jun 2012 22:07:34 +0000 (-0400) Subject: radeon/llvm: Update comment in AMDGPU.td X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=7fab4b648b0b35d65b5d33482f9703c248a46c17;p=mesa.git radeon/llvm: Update comment in AMDGPU.td --- diff --git a/src/gallium/drivers/radeon/AMDGPU.td b/src/gallium/drivers/radeon/AMDGPU.td index 28d4182ddc6..1bb5fb97572 100644 --- a/src/gallium/drivers/radeon/AMDGPU.td +++ b/src/gallium/drivers/radeon/AMDGPU.td @@ -6,11 +6,12 @@ // License. See LICENSE.TXT for details. // //==-----------------------------------------------------------------------===// -// This file specifies where the base TD file exists -// and where the version specific TD file exists. + +// Include AMDIL TD files include "AMDILBase.td" include "AMDILVersion.td" +// Include AMDGPU TD files include "R600Schedule.td" include "SISchedule.td" include "Processors.td"