Move parts of lib/Target that use CodeGen into lib/CodeGen.
authorNick Lewycky <nicholas@mxc.ca>
Thu, 15 Dec 2011 22:58:58 +0000 (22:58 +0000)
committerNick Lewycky <nicholas@mxc.ca>
Thu, 15 Dec 2011 22:58:58 +0000 (22:58 +0000)
commit028700f544deeea423ce9b516e190e4e970e3c6c
tree297e3d6a51e3f565c5282a14fdc47fbaa7fefddd
parent2f21e8c5ba62ec98e7dec9c65e35a3b4e7fdaf4d
Move parts of lib/Target that use CodeGen into lib/CodeGen.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@146702 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/CMakeLists.txt
lib/CodeGen/TargetFrameLoweringImpl.cpp [new file with mode: 0644]
lib/CodeGen/TargetInstrInfoImpl.cpp
lib/CodeGen/TargetOptionsImpl.cpp [new file with mode: 0644]
lib/Target/CMakeLists.txt
lib/Target/TargetFrameLowering.cpp [deleted file]
lib/Target/TargetInstrInfo.cpp
lib/Target/TargetOptions.cpp [deleted file]