mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-02-10 20:33:15 +00:00
[PM] Add a definition for the static PassID in the CallGraphAnalysis.
Missed this when adding the skeleton analysis. Caught by a build break in the next patch I'm working on when trying to use the analysis. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@198556 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
a2a28517f1
commit
5c1c0bd714
@ -236,6 +236,12 @@ void CallGraphNode::replaceCallEdge(CallSite CS,
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
//===----------------------------------------------------------------------===//
|
||||||
|
// Out-of-line definitions of CallGraphAnalysis class members.
|
||||||
|
//
|
||||||
|
|
||||||
|
char CallGraphAnalysis::PassID;
|
||||||
|
|
||||||
//===----------------------------------------------------------------------===//
|
//===----------------------------------------------------------------------===//
|
||||||
// Implementations of the CallGraphWrapperPass class methods.
|
// Implementations of the CallGraphWrapperPass class methods.
|
||||||
//
|
//
|
||||||
|
Loading…
x
Reference in New Issue
Block a user