[PowerPC] Put PPCVSXCopy into its own source file
authorHal Finkel <hfinkel@anl.gov>
Sun, 1 Feb 2015 22:01:29 +0000 (22:01 +0000)
committerHal Finkel <hfinkel@anl.gov>
Sun, 1 Feb 2015 22:01:29 +0000 (22:01 +0000)
commit2a9d9584b4d52b8d844335659ab303afdcd6c214
tree117838b61318de88736746cb0f732876d1e70c12
parentdad591a4355b39b64190c57ce266e0e2dbf1656a
[PowerPC] Put PPCVSXCopy into its own source file

PPCInstrInfo.cpp has ended up containing several small MI-level passes, and
this is making the file harder to read than necessary. Split out
PPCVSXCopy into its own source file. NFC.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@227771 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/PowerPC/CMakeLists.txt
lib/Target/PowerPC/PPCInstrInfo.cpp
lib/Target/PowerPC/PPCVSXCopy.cpp [new file with mode: 0644]