mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-06-15 21:24:00 +00:00
Delete a dead method
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@17412 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@ -60,10 +60,6 @@ namespace PA {
|
|||||||
///
|
///
|
||||||
virtual bool runOnModule(Module &M);
|
virtual bool runOnModule(Module &M);
|
||||||
|
|
||||||
/// getCBUDataStructures - Get the CompleteBUDataStructures object
|
|
||||||
///
|
|
||||||
CompleteBUDataStructures *getCBUDataStructures() { return CBU; }
|
|
||||||
|
|
||||||
/// getDSGraph - Return the data structure graph for the specified function.
|
/// getDSGraph - Return the data structure graph for the specified function.
|
||||||
/// This returns the folded graph. The folded graph is the same as the CBU
|
/// This returns the folded graph. The folded graph is the same as the CBU
|
||||||
/// graph iff the function is in a singleton equivalence class AND all its
|
/// graph iff the function is in a singleton equivalence class AND all its
|
||||||
|
Reference in New Issue
Block a user