aboutsummaryrefslogtreecommitdiffstats
path: root/docs/Bugpoint.html
diff options
context:
space:
mode:
authorReid Spencer <rspencer@reidspencer.com>2004-11-01 21:55:46 +0000
committerReid Spencer <rspencer@reidspencer.com>2004-11-01 21:55:46 +0000
commitd206bc988406c32b23db6d61376aad9b1cbbe8ca (patch)
tree0caef88321b9fc7d806e9efc87526c075330837f /docs/Bugpoint.html
parenta81d8fc43cf776842b6566af0bd5e8690db5cc7d (diff)
downloadexternal_llvm-d206bc988406c32b23db6d61376aad9b1cbbe8ca.zip
external_llvm-d206bc988406c32b23db6d61376aad9b1cbbe8ca.tar.gz
external_llvm-d206bc988406c32b23db6d61376aad9b1cbbe8ca.tar.bz2
Add compliant header.
NOTE: This doc needs to describe the bugpoint "subsystem" not the tool. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@17415 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/Bugpoint.html')
-rw-r--r--docs/Bugpoint.html14
1 files changed, 11 insertions, 3 deletions
diff --git a/docs/Bugpoint.html b/docs/Bugpoint.html
index 19dd0ea..af6155e 100644
--- a/docs/Bugpoint.html
+++ b/docs/Bugpoint.html
@@ -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>