Apparently, people object to floating pointers. Picky picky.
[oota-llvm.git] / docs / CodeGenerator.html
index 0e63faca3cca82f018be2897812e114127fe78e1..491398694902be3e5081ad366a374c317e514eac 100644 (file)
@@ -989,7 +989,7 @@ fragment:</p>
   (fadd:f32 (fmul:f32 (fadd:f32 W, X), Y), Z)
 </pre>
 
-<p>If a target supports floating pointer multiply-and-add (FMA) operations, one
+<p>If a target supports floating point 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:</p>