aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorReid Spencer <rspencer@reidspencer.com>2006-04-20 18:46:45 +0000
committerReid Spencer <rspencer@reidspencer.com>2006-04-20 18:46:45 +0000
commit572a76fe5857e390ceb7f0f62d9815662efe03bf (patch)
tree92d338bf9b8c2b19b337f6b771bdb578500bfd62 /docs
parent5d12bf8684ae508d776b0e0c888378e79782cc86 (diff)
downloadexternal_llvm-572a76fe5857e390ceb7f0f62d9815662efe03bf.zip
external_llvm-572a76fe5857e390ceb7f0f62d9815662efe03bf.tar.gz
external_llvm-572a76fe5857e390ceb7f0f62d9815662efe03bf.tar.bz2
Remove more references to Burg.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@27905 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs')
-rw-r--r--docs/GettingStarted.html5
-rw-r--r--docs/MakefileGuide.html1
2 files changed, 0 insertions, 6 deletions
diff --git a/docs/GettingStarted.html b/docs/GettingStarted.html
index 31d2589..30de5b4 100644
--- a/docs/GettingStarted.html
+++ b/docs/GettingStarted.html
@@ -1352,11 +1352,6 @@ of the utilities are actually required as part of the build process because they
are code generators for parts of LLVM infrastructure.</p>
<dl>
- <dt><tt><b>Burg/</b></tt> <dd><tt>Burg</tt> is an instruction selector
- generator -- it builds trees on which it then performs pattern-matching to
- select instructions according to the patterns the user has specified. Burg
- is currently used in the Sparc V9 backend.<p>
-
<dt><tt><b>codegen-diff</b></tt> <dd><tt>codegen-diff</tt> is a script
that finds differences between code that LLC generates and code that LLI
generates. This is a useful tool if you are debugging one of them,
diff --git a/docs/MakefileGuide.html b/docs/MakefileGuide.html
index 067d276..2b15b3d 100644
--- a/docs/MakefileGuide.html
+++ b/docs/MakefileGuide.html
@@ -911,7 +911,6 @@
BCCompile.C
BCCompile.CXX
BCLinkLib
- Burg
C.Flags
Compile.C
CompileCommonOpts