From: Chad Rosier Date: Thu, 29 Nov 2012 20:58:08 +0000 (+0000) Subject: Whitespace. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=33634833aa651cab5ea92b87822c038fb6e71778;p=oota-llvm.git Whitespace. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@168937 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/llvm/Target/TargetOptions.h b/include/llvm/Target/TargetOptions.h index be3fb9b5ac5..8fc566e84f0 100644 --- a/include/llvm/Target/TargetOptions.h +++ b/include/llvm/Target/TargetOptions.h @@ -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; };