[llvm-commits] [poolalloc] r119521 - /poolalloc/trunk/include/dsa/DataStructure.h
Arushi Aggarwal
aggarwa4 at illinois.edu
Wed Nov 17 09:48:52 PST 2010
Author: aggarwa4
Date: Wed Nov 17 11:48:52 2010
New Revision: 119521
URL: http://llvm.org/viewvc/llvm-project?rev=119521&view=rev
Log:
Updated Header file to accomodate yesterday's changes. (Sorry!)
Modified:
poolalloc/trunk/include/dsa/DataStructure.h
Modified: poolalloc/trunk/include/dsa/DataStructure.h
URL: http://llvm.org/viewvc/llvm-project/poolalloc/trunk/include/dsa/DataStructure.h?rev=119521&r1=119520&r2=119521&view=diff
==============================================================================
--- poolalloc/trunk/include/dsa/DataStructure.h (original)
+++ poolalloc/trunk/include/dsa/DataStructure.h Wed Nov 17 11:48:52 2010
@@ -220,6 +220,7 @@
EntryPointAnalysis* EP;
void cloneIntoGlobals(DSGraph* G);
+ void cloneGlobalsInto(DSGraph* G);
// filterCallees -- Whether or not we filter out illegal callees
// from the CallGraph. This is useful while doing original BU,
@@ -266,7 +267,6 @@
void calculateGraph(DSGraph* G);
void CloneAuxIntoGlobal(DSGraph* G);
- void cloneGlobalsInto(DSGraph* G);
void finalizeGlobals(void);
void getAllCallees(const DSCallSite &CS,
More information about the llvm-commits
mailing list