commit | 803f827385f6dce7f4b44867efdc84b332fd82d2 | [log] [tgz] |
---|---|---|
author | David Blaikie <dblaikie@gmail.com> | Fri Nov 03 22:32:11 2017 +0000 |
committer | David Blaikie <dblaikie@gmail.com> | Fri Nov 03 22:32:11 2017 +0000 |
tree | 282bc0c78e88fa1c1a11ef6311406ca794cac4a9 | |
parent | 29c52e4fc98639c2efa726a567d2a85bd91233c2 [diff] |
Move TargetFrameLowering.h to CodeGen where it's implemented This header already includes a CodeGen header and is implemented in lib/CodeGen, so move the header there to match. This fixes a link error with modular codegeneration builds - where a header and its implementation are circularly dependent and so need to be in the same library, not split between two like this. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@317379 91177308-0d34-0410-b5e6-96231b3b80d8