From 6e03f9a40b0cb823e8b85f85152f74bd268255d1 Mon Sep 17 00:00:00 2001 From: Bill Wendling Date: Tue, 5 Aug 2008 22:29:16 +0000 Subject: [PATCH] It's "a static", not "an static" llvm-svn: 54379 --- llvm/docs/LangRef.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/llvm/docs/LangRef.html b/llvm/docs/LangRef.html index d86f248551e6..c1ef75e7626a 100644 --- a/llvm/docs/LangRef.html +++ b/llvm/docs/LangRef.html @@ -255,7 +255,7 @@

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