[llvm-commits] CVS: llvm/docs/AliasAnalysis.html
Misha Brukman
brukman at cs.uiuc.edu
Thu Jan 15 13:05:04 PST 2004
Changes in directory llvm/docs:
AliasAnalysis.html updated: 1.16 -> 1.17
---
Log message:
Put stylesheet after the title.
---
Diffs of the changes: (+2 -2)
Index: llvm/docs/AliasAnalysis.html
diff -u llvm/docs/AliasAnalysis.html:1.16 llvm/docs/AliasAnalysis.html:1.17
--- llvm/docs/AliasAnalysis.html:1.16 Sun Dec 21 16:53:21 2003
+++ llvm/docs/AliasAnalysis.html Thu Jan 15 13:04:12 2004
@@ -2,8 +2,8 @@
"http://www.w3.org/TR/html4/strict.dtd">
<html>
<head>
- <link rel="stylesheet" href="llvm.css" type="text/css">
<title>Alias Analysis Infrastructure in LLVM</title>
+ <link rel="stylesheet" href="llvm.css" type="text/css">
</head>
<body>
@@ -513,7 +513,7 @@
<a href="mailto:sabre at nondot.org">Chris Lattner</a><br>
<a href="http://llvm.cs.uiuc.edu">The LLVM Compiler Infrastructure</a><br>
- Last modified: $Date: 2003/12/21 22:53:21 $
+ Last modified: $Date: 2004/01/15 19:04:12 $
</address>
</body>
More information about the llvm-commits
mailing list