diff options
-rw-r--r-- | llvm/docs/LangRef.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/docs/LangRef.html b/llvm/docs/LangRef.html index d86f248551e..c1ef75e7626 100644 --- a/llvm/docs/LangRef.html +++ b/llvm/docs/LangRef.html @@ -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 |