radeon/llvm: Update comment in AMDGPU.td

This commit is contained in:
Tom Stellard 2012-06-18 18:07:34 -04:00
parent 984ad0788c
commit 7fab4b648b

View 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"