summaryrefslogtreecommitdiffstats
path: root/llvm/lib
diff options
context:
space:
mode:
authorTom Stellard <thomas.stellard@amd.com>2013-07-23 01:48:29 +0000
committerTom Stellard <thomas.stellard@amd.com>2013-07-23 01:48:29 +0000
commitba30932908ab09f5bb9fa33ba793816e2b1ea398 (patch)
tree0f98955b19373cd119ad3b8a353357e302693a06 /llvm/lib
parent840214437bf1335df6e11e660c9e431ac4ec4b9b (diff)
downloadbcm5719-llvm-ba30932908ab09f5bb9fa33ba793816e2b1ea398.tar.gz
bcm5719-llvm-ba30932908ab09f5bb9fa33ba793816e2b1ea398.zip
R600: Rename AMDILISelDAGToDAG.cpp -> AMDGPUISelDAGToDAG.cpp
Reviewed-by: Vincent Lejeune <vljn at ovi.com> llvm-svn: 186920
Diffstat (limited to 'llvm/lib')
-rw-r--r--llvm/lib/Target/R600/AMDGPUISelDAGToDAG.cpp (renamed from llvm/lib/Target/R600/AMDILISelDAGToDAG.cpp)0
-rw-r--r--llvm/lib/Target/R600/CMakeLists.txt2
2 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Target/R600/AMDILISelDAGToDAG.cpp b/llvm/lib/Target/R600/AMDGPUISelDAGToDAG.cpp
index e4fb07dea37..e4fb07dea37 100644
--- a/llvm/lib/Target/R600/AMDILISelDAGToDAG.cpp
+++ b/llvm/lib/Target/R600/AMDGPUISelDAGToDAG.cpp
diff --git a/llvm/lib/Target/R600/CMakeLists.txt b/llvm/lib/Target/R600/CMakeLists.txt
index 824475e7329..4f8665bd381 100644
--- a/llvm/lib/Target/R600/CMakeLists.txt
+++ b/llvm/lib/Target/R600/CMakeLists.txt
@@ -14,11 +14,11 @@ add_public_tablegen_target(AMDGPUCommonTableGen)
add_llvm_target(R600CodeGen
AMDILCFGStructurizer.cpp
AMDILIntrinsicInfo.cpp
- AMDILISelDAGToDAG.cpp
AMDILISelLowering.cpp
AMDGPUAsmPrinter.cpp
AMDGPUFrameLowering.cpp
AMDGPUIndirectAddressing.cpp
+ AMDGPUISelDAGToDAG.cpp
AMDGPUMCInstLower.cpp
AMDGPUMachineFunction.cpp
AMDGPUSubtarget.cpp
OpenPOWER on IntegriCloud