[llvm-commits] CVS: llvm/docs/LangRef.html
Reid Spencer
reid at x10sys.com
Thu Aug 26 13:44:11 PDT 2004
Changes in directory llvm/docs:
LangRef.html updated: 1.73 -> 1.74
---
Log message:
Provide some meta tags for this document.
---
Diffs of the changes: (+5 -1)
Index: llvm/docs/LangRef.html
diff -u llvm/docs/LangRef.html:1.73 llvm/docs/LangRef.html:1.74
--- llvm/docs/LangRef.html:1.73 Thu Aug 12 15:16:08 2004
+++ llvm/docs/LangRef.html Thu Aug 26 15:44:00 2004
@@ -3,6 +3,10 @@
<html>
<head>
<title>LLVM Assembly Language Reference Manual</title>
+ <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+ <meta name="author" content="Chris Lattner">
+ <meta name="description"
+ content="LLVM Assembly Language Reference Manual.">
<link rel="stylesheet" href="llvm.css" type="text/css">
</head>
@@ -2615,7 +2619,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: 2004/08/12 20:16:08 $
+ Last modified: $Date: 2004/08/26 20:44:00 $
</address>
</body>
</html>
More information about the llvm-commits
mailing list