Displaying 1 result from an estimated 1 matches for "getpreservesall".
Did you mean:
setpreservesall
2002 Oct 21
0
[LLVMdev] API Change: AnalysisUsage
This is just a note to mention that I just checked in this change (and
fallout from it):
http://mail.cs.uiuc.edu/pipermail/llvm-commits/Week-of-Mon-20021021/000876.html
Which renames:
AnalysisUsage::preservesAll -> getPreservesAll
AnalysisUsage::preservesCFG -> setPreservesCFG
to be consistent with the already existing setPreservesAll method. This
was a very confusing arrangement that Casey recently pointed out.
I fixed all uses of these that are in the CVS repository. When these
updates reach you, you will have to...