X-Git-Url: http://plrg.eecs.uci.edu/git/?a=blobdiff_plain;f=docs%2FAliasAnalysis.html;h=74127124a3db34e620b1b9091eaf774c533001ee;hb=75338097c786eea1c461e744a2c45af78f56286f;hp=306a3f4393c5722fd044f76fe0cdbcd6f4c9c426;hpb=074eeaae30f12dc2077641e1d12ae2011f0e4f42;p=oota-llvm.git diff --git a/docs/AliasAnalysis.html b/docs/AliasAnalysis.html index 306a3f4393c..74127124a3d 100644 --- a/docs/AliasAnalysis.html +++ b/docs/AliasAnalysis.html @@ -2,6 +2,7 @@ "http://www.w3.org/TR/html4/strict.dtd"> + LLVM Alias Analysis Infrastructure @@ -417,9 +418,8 @@ implementing, you just override the interfaces you can improve.

-

With only two special exceptions (the basicaa and no-aa -passes) every alias analysis pass chains to another alias analysis +

With only one special exception (the no-aa +pass) every alias analysis pass chains to another alias analysis implementation (for example, the user can specify "-basicaa -ds-aa -licm" to get the maximum benefit from both alias analyses). The alias analysis class automatically takes care of most of this @@ -745,9 +745,9 @@ for monitoring and evaluating different implementations.

This section lists the various implementations of the AliasAnalysis -interface. With the exception of the -no-aa and --basicaa implementations, all of these chain to other alias analysis implementations.

+interface. With the exception of the -no-aa +implementation, all of these chain to other alias +analysis implementations.