summaryrefslogtreecommitdiff
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
commit20027547b98c0867fa92f3c18eddaa417f3f44da (patch)
treef1b5a95395fe63bf4764635c0397596727b0dc87
parent58d3335cb9d2a40bd15c29a12ba045163295190e (diff)
downloadllvm-20027547b98c0867fa92f3c18eddaa417f3f44da.tar.gz
llvm-20027547b98c0867fa92f3c18eddaa417f3f44da.tar.bz2
llvm-20027547b98c0867fa92f3c18eddaa417f3f44da.tar.xz
R600: Rename AMDILISelDAGToDAG.cpp -> AMDGPUISelDAGToDAG.cpp
Reviewed-by: Vincent Lejeune <vljn at ovi.com> git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@186920 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--lib/Target/R600/AMDGPUISelDAGToDAG.cpp (renamed from lib/Target/R600/AMDILISelDAGToDAG.cpp)0
-rw-r--r--lib/Target/R600/CMakeLists.txt2
2 files changed, 1 insertions, 1 deletions
diff --git a/lib/Target/R600/AMDILISelDAGToDAG.cpp b/lib/Target/R600/AMDGPUISelDAGToDAG.cpp
index e4fb07dea3..e4fb07dea3 100644
--- a/lib/Target/R600/AMDILISelDAGToDAG.cpp
+++ b/lib/Target/R600/AMDGPUISelDAGToDAG.cpp
diff --git a/lib/Target/R600/CMakeLists.txt b/lib/Target/R600/CMakeLists.txt
index 824475e732..4f8665bd38 100644
--- a/lib/Target/R600/CMakeLists.txt
+++ b/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