From c6a4f5e819217e1e12c458aed8e7b122e23a3a58 Mon Sep 17 00:00:00 2001 From: Stephen Hines Date: Mon, 21 Jul 2014 00:45:20 -0700 Subject: Update LLVM for rebase to r212749. Includes a cherry-pick of: r212948 - fixes a small issue with atomic calls Change-Id: Ib97bd980b59f18142a69506400911a6009d9df18 --- docs/Lexicon.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/Lexicon.rst') diff --git a/docs/Lexicon.rst b/docs/Lexicon.rst index 11f1341..fccfd5f 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.1