Name these stub files consistently with the SPU and PPC targets' conventions.
authorChandler Carruth <chandlerc@gmail.com>
Sat, 17 Apr 2010 08:50:29 +0000 (08:50 +0000)
committerChandler Carruth <chandlerc@gmail.com>
Sat, 17 Apr 2010 08:50:29 +0000 (08:50 +0000)
commit2329d66a9f961b5ec463640f67ac451645aa6093
tree5eef4b6a0b0c45266da084ac4e6ac315cf3a0315
parent65de1b9eb373e196681bfc32f49c40f0d0561522
Name these stub files consistently with the SPU and PPC targets' conventions.
Also rename the classes appropriately. The CMake build already used these
names.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@101631 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/CellSPU/CellSPUSelectionDAGInfo.cpp [deleted file]
lib/Target/CellSPU/CellSPUSelectionDAGInfo.h [deleted file]
lib/Target/CellSPU/SPUSelectionDAGInfo.cpp [new file with mode: 0644]
lib/Target/CellSPU/SPUSelectionDAGInfo.h [new file with mode: 0644]
lib/Target/PowerPC/PPCSelectionDAGInfo.cpp [new file with mode: 0644]
lib/Target/PowerPC/PPCSelectionDAGInfo.h [new file with mode: 0644]
lib/Target/PowerPC/PowerPCSelectionDAGInfo.cpp [deleted file]
lib/Target/PowerPC/PowerPCSelectionDAGInfo.h [deleted file]