add hooks to hang target-specific goop off MachineModuleInfo,
authorChris Lattner <sabre@nondot.org>
Tue, 15 Sep 2009 22:44:26 +0000 (22:44 +0000)
committerChris Lattner <sabre@nondot.org>
Tue, 15 Sep 2009 22:44:26 +0000 (22:44 +0000)
commita70e2e3d4831b8a39ea6bae5c62df29fa82a86f3
tree05c14c52d3fe8ebd8caa27117542615e0f00a1ae
parent40fe16fadaccb86d9bff13ebe1c9a0cb20b2251b
add hooks to hang target-specific goop off MachineModuleInfo,
move MachineFunctionInfo virtual method out of line to give it
a home.

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