[llvm-commits] CVS: llvm-www/pubs/2009-05-21-Thesis-Barrett-3c.html
Chris Lattner
sabre at nondot.org
Mon May 25 18:05:56 PDT 2009
Changes in directory llvm-www/pubs:
2009-05-21-Thesis-Barrett-3c.html updated: 1.2 -> 1.3
---
Log message:
fix css reference
---
Diffs of the changes: (+1 -1)
2009-05-21-Thesis-Barrett-3c.html | 2 +-
1 files changed, 1 insertion(+), 1 deletion(-)
Index: llvm-www/pubs/2009-05-21-Thesis-Barrett-3c.html
diff -u llvm-www/pubs/2009-05-21-Thesis-Barrett-3c.html:1.2 llvm-www/pubs/2009-05-21-Thesis-Barrett-3c.html:1.3
--- llvm-www/pubs/2009-05-21-Thesis-Barrett-3c.html:1.2 Mon May 25 20:04:57 2009
+++ llvm-www/pubs/2009-05-21-Thesis-Barrett-3c.html Mon May 25 20:05:36 2009
@@ -2,7 +2,7 @@
<html><head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
- <link rel="stylesheet" href="index_files/llvm.css" type="text/css" media="screen">
+ <link rel="stylesheet" href="../llvm.css" type="text/css" media="screen">
<title>3c: A JIT Compiler with LLVM</title>
</head><body>
More information about the llvm-commits
mailing list