[llvm-commits] [poolalloc] r44683 - /poolalloc/trunk/include/dsa/DataStructure.h
John Criswell
criswell at uiuc.edu
Fri Dec 7 13:05:24 PST 2007
Author: criswell
Date: Fri Dec 7 15:05:23 2007
New Revision: 44683
URL: http://llvm.org/viewvc/llvm-project?rev=44683&view=rev
Log:
Removed deleteValue() and copyValue() from TDDataStructure; these methods
should be implemented by the base class.
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=44683&r1=44682&r2=44683&view=diff
==============================================================================
--- poolalloc/trunk/include/dsa/DataStructure.h (original)
+++ poolalloc/trunk/include/dsa/DataStructure.h Fri Dec 7 15:05:23 2007
@@ -272,13 +272,6 @@
virtual bool runOnModule(Module &M);
-#if 0
- /// deleteValue/copyValue - Interfaces to update the DSGraphs in the program.
- /// These correspond to the interfaces defined in the AliasAnalysis class.
- void deleteValue(Value *V);
- void copyValue(Value *From, Value *To);
-#endif
-
/// print - Print out the analysis results...
///
void print(std::ostream &O, const Module *M) const;
More information about the llvm-commits
mailing list