Fix grammar in Stacker doc description.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@14533 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Misha Brukman 2004-07-01 17:20:53 +00:00
parent 95bba873f4
commit beb5e78201

View File

@ -111,9 +111,9 @@ Instructions</a></li>
<li><a href="SourceLevelDebugging.html">Source Level Debugging with <li><a href="SourceLevelDebugging.html">Source Level Debugging with
LLVM</a></li> LLVM</a></li>
<li><a href="TableGenFundamentals.html">TableGen Fundamentals</a></li> <li><a href="TableGenFundamentals.html">TableGen Fundamentals</a></li>
<li><a href="Stacker.html">The Stacker Cronicles</a> - This document describes <li><a href="Stacker.html">The Stacker Cronicles</a> - describes both the
both the Stacker language and LLVM frontend, but also some details about LLVM Stacker language and LLVM frontend, as well as some details about LLVM useful
useful for those writing front-ends.</li> for those writing front-ends.</li>
<li><a href="CommandLine.html">Command Line Library</a></li> <li><a href="CommandLine.html">Command Line Library</a></li>
<li><a href="ExtendingLLVM.html">Extending LLVM</a></li> <li><a href="ExtendingLLVM.html">Extending LLVM</a></li>
<li><a href="CodingStandards.html">Coding Standards</a></li> <li><a href="CodingStandards.html">Coding Standards</a></li>