[llvm-commits] [llvm] r54379 - /llvm/trunk/docs/LangRef.html
Bill Wendling
isanbard at gmail.com
Tue Aug 5 15:29:16 PDT 2008
Author: void
Date: Tue Aug 5 17:29:16 2008
New Revision: 54379
URL: http://llvm.org/viewvc/llvm-project?rev=54379&view=rev
Log:
It's "a static", not "an static"
Modified:
llvm/trunk/docs/LangRef.html
Modified: llvm/trunk/docs/LangRef.html
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/LangRef.html?rev=54379&r1=54378&r2=54379&view=diff
==============================================================================
--- llvm/trunk/docs/LangRef.html (original)
+++ llvm/trunk/docs/LangRef.html Tue Aug 5 17:29:16 2008
@@ -255,7 +255,7 @@
<div class="doc_text">
<p>This document is a reference manual for the LLVM assembly language.
-LLVM is an Static Single Assignment (SSA) based representation that provides
+LLVM is a Static Single Assignment (SSA) based representation that provides
type safety, low-level operations, flexibility, and the capability of
representing 'all' high-level languages cleanly. It is the common code
representation used throughout all phases of the LLVM compilation
More information about the llvm-commits
mailing list