Split GCStrategy.cpp into two files (NFC)
authorPhilip Reames <listmail@philipreames.com>
Thu, 15 Jan 2015 19:29:42 +0000 (19:29 +0000)
committerPhilip Reames <listmail@philipreames.com>
Thu, 15 Jan 2015 19:29:42 +0000 (19:29 +0000)
commit71649b0d0dbb7b519142fb1a3317c48b43dd0933
tree44790d2429c54edbc94658957492bb785497c092
parent42fa763380a1ac08325074ec4cac8fdda79c784a
Split GCStrategy.cpp into two files (NFC)

This preparation for an update to http://reviews.llvm.org/D6811.  GCStrategy.cpp will hopefully be moving into IR/, where as the lowering logic needs to stay in CodeGen/

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@226195 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/CMakeLists.txt
lib/CodeGen/GCRootLowering.cpp [new file with mode: 0644]
lib/CodeGen/GCStrategy.cpp