Remove more references to Burg.
authorReid Spencer <rspencer@reidspencer.com>
Thu, 20 Apr 2006 18:46:45 +0000 (18:46 +0000)
committerReid Spencer <rspencer@reidspencer.com>
Thu, 20 Apr 2006 18:46:45 +0000 (18:46 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@27905 91177308-0d34-0410-b5e6-96231b3b80d8

docs/GettingStarted.html
docs/MakefileGuide.html

index 31d25894e7fa39836ca0d4b37087bf1e293280bd..30de5b40a506b1edfb9609d2f0b6775a270c8221 100644 (file)
@@ -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,
index 067d276a5514dfc77cf97303707bbc38eb7a9da6..2b15b3d5afb7e6f5469c8368b22f45c2b7f3bc70 100644 (file)
     BCCompile.C
     BCCompile.CXX
     BCLinkLib
-    Burg
     C.Flags
     Compile.C
     CompileCommonOpts