summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/PowerPC/PPCVSXFMAMutate.cpp
Commit message (Collapse)AuthorAgeFilesLines
* [PowerPC] Remove unnecessary includeHal Finkel2015-02-011-1/+0
| | | | llvm-svn: 227772
* [PowerPC] Put PPCVSXFMAMutate into its own source fileHal Finkel2015-02-011-0/+336
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. llvm-svn: 227770
OpenPOWER on IntegriCloud