summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/radeon/AMDILISelLowering.cpp
diff options
context:
space:
mode:
authorTom Stellard <[email protected]>2012-05-30 19:23:39 -0400
committerTom Stellard <[email protected]>2012-06-01 11:28:11 -0400
commit65917004d99ccb79f709e621f8f6cf66715ffdca (patch)
treea9fe1a0918745ce97f022df5140d9f09c585d7b0 /src/gallium/drivers/radeon/AMDILISelLowering.cpp
parentafea59bf6546c99e98409945fa69860096952bc3 (diff)
radeon/llvm: Change prefix on tablegen files to AMDGPU
Diffstat (limited to 'src/gallium/drivers/radeon/AMDILISelLowering.cpp')
-rw-r--r--src/gallium/drivers/radeon/AMDILISelLowering.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/drivers/radeon/AMDILISelLowering.cpp b/src/gallium/drivers/radeon/AMDILISelLowering.cpp
index a52c83e5790..afb9170cdd2 100644
--- a/src/gallium/drivers/radeon/AMDILISelLowering.cpp
+++ b/src/gallium/drivers/radeon/AMDILISelLowering.cpp
@@ -38,7 +38,7 @@ using namespace llvm;
//===----------------------------------------------------------------------===//
// Calling Convention Implementation
//===----------------------------------------------------------------------===//
-#include "AMDILGenCallingConv.inc"
+#include "AMDGPUGenCallingConv.inc"
//===----------------------------------------------------------------------===//
// TargetLowering Implementation Help Functions Begin