Whitespace.

llvm-svn: 168937
This commit is contained in:
Chad Rosier 2012-11-29 20:58:08 +00:00
parent c19b0695ba
commit 0987dd1a48
1 changed files with 1 additions and 1 deletions

View 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;
};