[llvm-commits] CVS: llvm-www/www-index.html
Chris Lattner
sabre at nondot.org
Tue Jan 20 13:15:52 PST 2009
Changes in directory llvm-www:
www-index.html updated: 1.171 -> 1.172
---
Log message:
stacker doc doesn't exist: PR3362: http://llvm.org/PR3362
---
Diffs of the changes: (+1 -1)
www-index.html | 2 +-
1 files changed, 1 insertion(+), 1 deletion(-)
Index: llvm-www/www-index.html
diff -u llvm-www/www-index.html:1.171 llvm-www/www-index.html:1.172
--- llvm-www/www-index.html:1.171 Fri Dec 26 18:01:27 2008
+++ llvm-www/www-index.html Tue Jan 20 15:14:50 2009
@@ -52,7 +52,7 @@
language-independent analyses and optimizations</a> of all sorts,
including those that require <a href="pubs/2003-05-05-LCTES03-CodeSafety.html">
extensive interprocedural analysis</a>. LLVM is also a great target for <a
-href="docs/Stacker.html">front-end development</a> for conventional or research
+href="http://clang.llvm.org/">front-end development</a> for conventional or research
programming languages, including those which require <a
href="pubs/2004-01-30-CGO-LLVM.html">compile-time, link-time, or run-time
optimization</a> for effective implementation, proper tail calls or garbage
More information about the llvm-commits
mailing list