From 5feba4e1df8a23af8b2f4ea22b45b920776f9471 Mon Sep 17 00:00:00 2001 From: Misha Brukman Date: Sat, 22 Nov 2003 01:07:30 +0000 Subject: [PATCH] This page now uses valid HTML 4.01 Strict and valid CSS. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@10152 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/AliasAnalysis.html | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/docs/AliasAnalysis.html b/docs/AliasAnalysis.html index 1fac5850701..a9b538d0687 100644 --- a/docs/AliasAnalysis.html +++ b/docs/AliasAnalysis.html @@ -471,8 +471,7 @@ useful when evaluating an alias analysis for precision.

The -aa-eval pass simply iterates through all pairs of pointers in a function and asks an alias analysis whether or not the pointers alias. This gives an indication of the precision of the alias analysis. Statistics are -printed. -

+printed.

@@ -481,9 +480,12 @@ printed.
-- 2.34.1