[llvm-commits] CVS: llvm/docs/Bugpoint.html
Reid Spencer
reid at x10sys.com
Mon Nov 1 13:55:56 PST 2004
Changes in directory llvm/docs:
Bugpoint.html updated: 1.3 -> 1.4
---
Log message:
Add compliant header.
NOTE: This doc needs to describe the bugpoint "subsystem" not the tool.
---
Diffs of the changes: (+11 -3)
Index: llvm/docs/Bugpoint.html
diff -u llvm/docs/Bugpoint.html:1.3 llvm/docs/Bugpoint.html:1.4
--- llvm/docs/Bugpoint.html:1.3 Fri Oct 15 12:04:28 2004
+++ llvm/docs/Bugpoint.html Mon Nov 1 15:55:46 2004
@@ -1,8 +1,16 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
+<html>
+<head>
+ <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+ <title>LLVM: bugpoint tool</title>
+ <link rel="stylesheet" href="llvm.css" type="text/css">
+ <meta name="author" content="Chris Lattner">
+ <meta name="description"
+ content="A tool for automatic test case reduction">
+</head>
<html>
-<title>LLVM: bugpoint tool</title>
-
-<body bgcolor=white>
+<body>
<center><h1>LLVM: <tt>bugpoint</tt> tool</h1></center>
<HR>
More information about the llvm-commits
mailing list