[llvm-commits] CVS: llvm-www/CurrentWork.html www-index.html

Chris Lattner lattner at cs.uiuc.edu
Thu Jan 1 20:34:01 PST 2004


Changes in directory llvm-www:

CurrentWork.html updated: 1.1 -> 1.2
www-index.html updated: 1.95 -> 1.96

---
Log message:

Fix broken links that Valery pointed out to me.


---
Diffs of the changes:  (+2 -4)

Index: llvm-www/CurrentWork.html
diff -u llvm-www/CurrentWork.html:1.1 llvm-www/CurrentWork.html:1.2
--- llvm-www/CurrentWork.html:1.1	Tue Nov 18 17:04:53 2003
+++ llvm-www/CurrentWork.html	Thu Jan  1 20:33:41 2004
@@ -70,9 +70,7 @@
                         at runtime, by exploiting the LLVM instruction
 			set and compiler architecture in ways that would not
 			be possible with ordinary static compilation.
-			Our tracing and optimization strategy are described
-			in the section titled <em><a href="#subprojects">
-			Current Development</a></em>.
+			Our tracing and optimization strategy are described above.
 		      </li>
                   </ul>
 


Index: llvm-www/www-index.html
diff -u llvm-www/www-index.html:1.95 llvm-www/www-index.html:1.96
--- llvm-www/www-index.html:1.95	Mon Dec 22 17:14:04 2003
+++ llvm-www/www-index.html	Thu Jan  1 20:33:41 2004
@@ -41,7 +41,7 @@
                         back-ends for the SPARC v9 and X86 architectures, a
                         back-end which emits portable C code, and a Just-In-Time compiler for
                         X86 and SPARC v9 processors. See "<a
-                        href="#subprojects">Current Projects</a>" for
+                        href="CurrentWork.html">Current Projects</a>" for
                         information about other components under
                         development.</p></li>
                 </ol></p>





More information about the llvm-commits mailing list