[llvm-commits] CVS: llvm/docs/index.html
Chris Lattner
lattner at cs.uiuc.edu
Tue Jun 20 13:56:16 PDT 2006
Changes in directory llvm/docs:
index.html updated: 1.55 -> 1.56
---
Log message:
remove quotes for better consistency
---
Diffs of the changes: (+8 -8)
index.html | 16 ++++++++--------
1 files changed, 8 insertions(+), 8 deletions(-)
Index: llvm/docs/index.html
diff -u llvm/docs/index.html:1.55 llvm/docs/index.html:1.56
--- llvm/docs/index.html:1.55 Tue Jun 20 15:54:47 2006
+++ llvm/docs/index.html Tue Jun 20 15:56:03 2006
@@ -40,13 +40,13 @@
<li><a href="LangRef.html">LLVM Language Reference Manual</a> - Defines the LLVM
intermediate representation.</li>
-<li>"<a href="http://llvm.org/pubs/2006-04-25-GelatoLLVMIntro.html">Introduction to the LLVM Compiler Infrastructure</a>" - Presentation describing LLVM.</li>
-<li>"<a href="http://llvm.org/pubs/2004-09-22-LCPCLLVMTutorial.html">The LLVM Compiler Framework and
-Infrastructure Tutorial</a>" - Tutorial for writing passes, exploring the system.</li>
-<li>"<a href="http://llvm.org/pubs/2004-01-30-CGO-LLVM.html">LLVM: A Compilation Framework for
-Lifelong Program Analysis & Transformation</a>" - Design overview.</li>
-<li>"<a href="http://llvm.org/pubs/2002-12-LattnerMSThesis.html">LLVM: An Infrastructure for
-Multi-Stage Optimization</a>" - More details (somewhat old now).</li>
+<li><a href="http://llvm.org/pubs/2006-04-25-GelatoLLVMIntro.html">Introduction to the LLVM Compiler Infrastructure</a> - Presentation describing LLVM.</li>
+<li><a href="http://llvm.org/pubs/2004-09-22-LCPCLLVMTutorial.html">The LLVM Compiler Framework and
+Infrastructure Tutorial</a> - Tutorial for writing passes, exploring the system.</li>
+<li><a href="http://llvm.org/pubs/2004-01-30-CGO-LLVM.html">LLVM: A Compilation Framework for
+Lifelong Program Analysis & Transformation</a> - Design overview.</li>
+<li><a href="http://llvm.org/pubs/2002-12-LattnerMSThesis.html">LLVM: An Infrastructure for
+Multi-Stage Optimization</a> - More details (somewhat old now).</li>
</ul>
@@ -260,6 +260,6 @@
src="http://www.w3.org/Icons/valid-html401" alt="Valid HTML 4.01!"></a>
<a href="http://llvm.org">LLVM Compiler Infrastructure</a><br>
- Last modified: $Date: 2006/06/20 20:54:47 $
+ Last modified: $Date: 2006/06/20 20:56:03 $
</address>
More information about the llvm-commits
mailing list