mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-06-21 02:24:22 +00:00
Checkin some major reworks of data structure analysis. This is not done,
nor does it work very well, but I need to get it checked in before I break the tree unintentionally. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3996 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@ -10,10 +10,12 @@
|
||||
#include "llvm/Analysis/DataStructure.h"
|
||||
#include "llvm/Module.h"
|
||||
#include "llvm/DerivedTypes.h"
|
||||
#include "Support/StatisticReporter.h"
|
||||
#include "Support/Statistic.h"
|
||||
#include <set>
|
||||
using std::map;
|
||||
|
||||
#if 0
|
||||
|
||||
static RegisterAnalysis<BUDataStructures>
|
||||
X("budatastructure", "Bottom-up Data Structure Analysis Closure");
|
||||
|
||||
@ -240,3 +242,4 @@ DSGraph &BUDataStructures::calculateGraph(Function &F) {
|
||||
|
||||
return *Graph;
|
||||
}
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user