diff options
author | Chris Lattner <sabre@nondot.org> | 2003-09-25 19:50:05 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2003-09-25 19:50:05 +0000 |
commit | ee43b69762f0cdf7a0048c17e8239b82fff39b53 (patch) | |
tree | 57cb9ef2e1c67d4546e4991f884933fa90cf9174 /docs/CommandGuide/opt.html | |
parent | b7fcd30be6343246cf5e1fb981038bcc66732d24 (diff) | |
download | external_llvm-ee43b69762f0cdf7a0048c17e8239b82fff39b53.zip external_llvm-ee43b69762f0cdf7a0048c17e8239b82fff39b53.tar.gz external_llvm-ee43b69762f0cdf7a0048c17e8239b82fff39b53.tar.bz2 |
Change the heading of the page to reflect the tool name
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8715 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/CommandGuide/opt.html')
-rw-r--r-- | docs/CommandGuide/opt.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/CommandGuide/opt.html b/docs/CommandGuide/opt.html index 86dcf73..cab5946 100644 --- a/docs/CommandGuide/opt.html +++ b/docs/CommandGuide/opt.html @@ -1,12 +1,12 @@ <html> <title> -opt +LLVM: opt tool </title> <body> <center> -<h1>Low Level Virtual Machine</h1> +<h1>LLVM: opt tool</h1> </center> <HR> |