From 7d6915cf43a1c436dce75760208c99f309700a57 Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Mon, 17 Oct 2005 04:18:41 +0000 Subject: [PATCH] fix some grammar-o's I noticed git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@23768 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/CodeGenerator.html | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/docs/CodeGenerator.html b/docs/CodeGenerator.html index 07ba9ed2c8f..39eecc12898 100644 --- a/docs/CodeGenerator.html +++ b/docs/CodeGenerator.html @@ -985,7 +985,7 @@ fragment:

(fadd:f32 (fmul:f32 (fadd:f32 W, X), Y), Z) -

If a target supports floating pointer multiple-and-add (FMA) operations, one +

If a target supports floating pointer multiply-and-add (FMA) operations, one of the adds can be merged with the multiply. On the PowerPC, for example, the output of the instruction selector might look like this DAG:

@@ -1024,9 +1024,9 @@ for your target. It has the following strengths:

Despite these limitations, the instruction selector generator is still quite useful for most of the binary and logical operations in typical instruction