summaryrefslogtreecommitdiffstats
path: root/llvm
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
commita278128a5913fab361ae03980506348b59c95756 (patch)
tree48562dc5162d342da1f6c515cfec5f11888203ae /llvm
parent355913aa7aeb5440ac8a7cc3a97c8cea67c0bebb (diff)
downloadbcm5719-llvm-a278128a5913fab361ae03980506348b59c95756.tar.gz
bcm5719-llvm-a278128a5913fab361ae03980506348b59c95756.zip
Remove more references to Burg.
llvm-svn: 27905
Diffstat (limited to 'llvm')
-rw-r--r--llvm/docs/GettingStarted.html5
-rw-r--r--llvm/docs/MakefileGuide.html1
2 files changed, 0 insertions, 6 deletions
diff --git a/llvm/docs/GettingStarted.html b/llvm/docs/GettingStarted.html
index 31d25894e7f..30de5b40a50 100644
--- a/llvm/docs/GettingStarted.html
+++ b/llvm/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/llvm/docs/MakefileGuide.html b/llvm/docs/MakefileGuide.html
index 067d276a551..2b15b3d5afb 100644
--- a/llvm/docs/MakefileGuide.html
+++ b/llvm/docs/MakefileGuide.html
@@ -911,7 +911,6 @@
BCCompile.C
BCCompile.CXX
BCLinkLib
- Burg
C.Flags
Compile.C
CompileCommonOpts
OpenPOWER on IntegriCloud