projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
984ad07
)
radeon/llvm: Update comment in AMDGPU.td
author
Tom Stellard
<thomas.stellard@amd.com>
Mon, 18 Jun 2012 22:07:34 +0000
(18:07 -0400)
committer
Tom Stellard
<thomas.stellard@amd.com>
Mon, 18 Jun 2012 22:30:36 +0000
(18:30 -0400)
src/gallium/drivers/radeon/AMDGPU.td
patch
|
blob
|
history
diff --git
a/src/gallium/drivers/radeon/AMDGPU.td
b/src/gallium/drivers/radeon/AMDGPU.td
index 28d4182ddc6e2a7e2ea337dbcf85299d9515c980..1bb5fb975729a06abaf5e57525edb1a39364834b 100644
(file)
--- 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"