[PowerPC] Put PPCVSXFMAMutate into its own source file
authorHal Finkel <hfinkel@anl.gov>
Sun, 1 Feb 2015 21:51:22 +0000 (21:51 +0000)
committerHal Finkel <hfinkel@anl.gov>
Sun, 1 Feb 2015 21:51:22 +0000 (21:51 +0000)
commitdad591a4355b39b64190c57ce266e0e2dbf1656a
treec465faacd461aee639b50d38be1f14753f25234d
parent27670548239fe53bf364766fe5754f2b33bd518e
[PowerPC] Put PPCVSXFMAMutate 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
PPCVSXFMAMutate into its own source file. NFC.

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