move MachineFrameInfo::CreateFixedObject out of line, give MachineFrameInfo
authorChris Lattner <sabre@nondot.org>
Fri, 25 Jan 2008 07:19:06 +0000 (07:19 +0000)
committerChris Lattner <sabre@nondot.org>
Fri, 25 Jan 2008 07:19:06 +0000 (07:19 +0000)
commit1612faae3cf7ecfaddba64f7064f0ce4b32dd471
treea22d3a94c05e54532b9953bd63174d926a80badc
parent94ffc7eb4679df854266602eabcac906b22df8aa
move MachineFrameInfo::CreateFixedObject out of line, give MachineFrameInfo
a reference to TargetFrameInfo.  Rearrange order of fields in StackObject to
save a word.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@46348 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/CodeGen/MachineFrameInfo.h
lib/CodeGen/MachineFunction.cpp