diff options
author | Reid Spencer <rspencer@reidspencer.com> | 2004-11-01 21:55:46 +0000 |
---|---|---|
committer | Reid Spencer <rspencer@reidspencer.com> | 2004-11-01 21:55:46 +0000 |
commit | 2ed33b46d50958c07bb3860f62deb1be18a1ba5f (patch) | |
tree | a283f7be5e40a373697930bc4b71aae073ff68e3 /llvm/docs | |
parent | 10c6d3f3728dfc720e64a71925f3da55101495b4 (diff) | |
download | bcm5719-llvm-2ed33b46d50958c07bb3860f62deb1be18a1ba5f.tar.gz bcm5719-llvm-2ed33b46d50958c07bb3860f62deb1be18a1ba5f.zip |
Add compliant header.
NOTE: This doc needs to describe the bugpoint "subsystem" not the tool.
llvm-svn: 17415
Diffstat (limited to 'llvm/docs')
-rw-r--r-- | llvm/docs/Bugpoint.html | 14 |
1 files changed, 11 insertions, 3 deletions
diff --git a/llvm/docs/Bugpoint.html b/llvm/docs/Bugpoint.html index 19dd0ea3c37..af6155e8b66 100644 --- a/llvm/docs/Bugpoint.html +++ b/llvm/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> |