From 8a1ce76e335a8c798e4de9c16e38a5d6a2df0746 Mon Sep 17 00:00:00 2001 From: Sanjay Patel Date: Thu, 26 Jun 2014 22:18:51 +0000 Subject: [PATCH] fixed typo llvm-svn: 211808 --- llvm/docs/Lexicon.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/llvm/docs/Lexicon.rst b/llvm/docs/Lexicon.rst index 11f1341..fccfd5f 100644 --- a/llvm/docs/Lexicon.rst +++ b/llvm/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 -- 2.7.4