From 7fab4b648b0b35d65b5d33482f9703c248a46c17 Mon Sep 17 00:00:00 2001 From: Tom Stellard Date: Mon, 18 Jun 2012 18:07:34 -0400 Subject: [PATCH] radeon/llvm: Update comment in AMDGPU.td --- src/gallium/drivers/radeon/AMDGPU.td | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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" -- 2.30.2