Whitespace.
authorChad Rosier <mcrosier@apple.com>
Thu, 29 Nov 2012 20:58:08 +0000 (20:58 +0000)
committerChad Rosier <mcrosier@apple.com>
Thu, 29 Nov 2012 20:58:08 +0000 (20:58 +0000)
llvm-svn: 168937

llvm/include/llvm/Target/TargetOptions.h

index be3fb9b..8fc566e 100644 (file)
@@ -205,7 +205,7 @@ namespace llvm {
     /// Note: This option only controls formation of fused ops by the
     /// optimizers.  Fused operations that are explicitly specified (e.g. FMA
     /// via the llvm.fma.* intrinsic) will always be honored, regardless of
-    ///  the value of this option.
+    /// the value of this option.
     FPOpFusion::FPOpFusionMode AllowFPOpFusion;
 
   };