summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTom Stellard <[email protected]>2012-06-18 18:07:34 -0400
committerTom Stellard <[email protected]>2012-06-18 18:30:36 -0400
commit7fab4b648b0b35d65b5d33482f9703c248a46c17 (patch)
treeaee21ab61fd2ab2282c1c39d34a36acbc686d83a
parent984ad0788c54386801b185740b973c446e55d3b9 (diff)
radeon/llvm: Update comment in AMDGPU.td
-rw-r--r--src/gallium/drivers/radeon/AMDGPU.td5
1 files 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"