[PowerPC] Put PPCEarlyReturn into its own source file
authorHal Finkel <hfinkel@anl.gov>
Sun, 1 Feb 2015 22:58:46 +0000 (22:58 +0000)
committerHal Finkel <hfinkel@anl.gov>
Sun, 1 Feb 2015 22:58:46 +0000 (22:58 +0000)
commita5c1f106b1b6d3fd533b99990da94c602a3b5926
tree95d1c9c9ac32f148b185aef0b9bfcbe67e3a8537
parentc4b84657f332645e0f8e5b7fb55846719d431b24
[PowerPC] Put PPCEarlyReturn 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
PPCEarlyReturn into its own source file. NFC.

Now that PPCInstrInfo.cpp does not also contain pass implementations, I hope
that it will be slightly less unwieldy.

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