From 3259c25b3a068ac930bcc627076056bb83f12db9 Mon Sep 17 00:00:00 2001 From: Sanjay Patel Date: Thu, 26 Jun 2014 22:18:51 +0000 Subject: fixed typo git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@211808 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/Lexicon.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs') diff --git a/docs/Lexicon.rst b/docs/Lexicon.rst index 11f1341f5c..fccfd5f85d 100644 --- a/docs/Lexicon.rst +++ b/docs/Lexicon.rst @@ -50,7 +50,7 @@ C Common Subexpression Elimination. An optimization that removes common subexpression compuation. For example ``(a+b)*(a+b)`` has two subexpressions that are the same: ``(a+b)``. This optimization would perform the addition - only once and then perform the multiply (but only if it's compulationally + only once and then perform the multiply (but only if it's computationally correct/safe). D -- cgit v1.2.3