summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/PowerPC/PPCVSXCopy.cpp
Commit message (Collapse)AuthorAgeFilesLines
* [PowerPC] Put PPCVSXCopy into its own source fileHal Finkel2015-02-011-0/+176
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. llvm-svn: 227771
OpenPOWER on IntegriCloud