Move implementations of functions here, which avoids #including <cstdlib> in the
authorMisha Brukman <brukman+llvm@gmail.com>
Thu, 11 Mar 2004 23:52:43 +0000 (23:52 +0000)
committerMisha Brukman <brukman+llvm@gmail.com>
Thu, 11 Mar 2004 23:52:43 +0000 (23:52 +0000)
commitb8bda131403066c710c5b7d7dfdf0f930b722c77
tree95c0c3828fb031b2e016db2c6b2568dbb8dcd1e3
parent242e94ab268a6f614e0820540bda846a4b3306a9
Move implementations of functions here, which avoids #including <cstdlib> in the
header file and all those who #include it.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@12297 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/TargetFrameInfo.cpp [new file with mode: 0644]