Module: Mesa Branch: master Commit: 7fab4b648b0b35d65b5d33482f9703c248a46c17 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=7fab4b648b0b35d65b5d33482f9703c248a46c17
Author: Tom Stellard <[email protected]> Date: Mon Jun 18 18:07:34 2012 -0400 radeon/llvm: Update comment in AMDGPU.td --- src/gallium/drivers/radeon/AMDGPU.td | 5 +++-- 1 files changed, 3 insertions(+), 2 deletions(-) diff --git a/src/gallium/drivers/radeon/AMDGPU.td b/src/gallium/drivers/radeon/AMDGPU.td index 28d4182..1bb5fb9 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" _______________________________________________ mesa-commit mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/mesa-commit
