radeon/llvm: Update comment in AMDGPU.td
authorTom Stellard <thomas.stellard@amd.com>
Mon, 18 Jun 2012 22:07:34 +0000 (18:07 -0400)
committerTom Stellard <thomas.stellard@amd.com>
Mon, 18 Jun 2012 22:30:36 +0000 (18:30 -0400)
src/gallium/drivers/radeon/AMDGPU.td

index 28d4182ddc6e2a7e2ea337dbcf85299d9515c980..1bb5fb975729a06abaf5e57525edb1a39364834b 100644 (file)
@@ -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"