mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2026-04-26 12:20:42 +00:00
Give a back pointer to the IPModRef object to the FunctionModRefInfo object
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@4576 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -113,6 +113,7 @@ public:
|
||||
|
||||
class FunctionModRefInfo {
|
||||
const Function& F; // The function
|
||||
IPModRef& IPModRefObj; // The IPModRef Object owning this
|
||||
const DSGraph& funcTDGraph; // Top-down DS graph for function
|
||||
const DSGraph& funcLocalGraph; // Local DS graph for function
|
||||
ModRefInfo funcModRefInfo; // ModRefInfo for the function body
|
||||
@@ -127,6 +128,7 @@ class FunctionModRefInfo {
|
||||
|
||||
public:
|
||||
/* ctor */ FunctionModRefInfo (const Function& func,
|
||||
IPModRef& IPModRefObj,
|
||||
const DSGraph& tdg,
|
||||
const DSGraph& ldg);
|
||||
/* dtor */ ~FunctionModRefInfo ();
|
||||
|
||||
Reference in New Issue
Block a user