summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorChad Rosier <mcrosier@apple.com>2012-11-29 20:58:08 +0000
committerChad Rosier <mcrosier@apple.com>2012-11-29 20:58:08 +0000
commit33634833aa651cab5ea92b87822c038fb6e71778 (patch)
treeae4ee62749b69074120ef5aa5c81e0560b1d1ff6 /include
parenta04d6c948cd6f273f6146fdb95a76e3bc587b9d4 (diff)
downloadllvm-33634833aa651cab5ea92b87822c038fb6e71778.tar.gz
llvm-33634833aa651cab5ea92b87822c038fb6e71778.tar.bz2
llvm-33634833aa651cab5ea92b87822c038fb6e71778.tar.xz
Whitespace.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@168937 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include')
-rw-r--r--include/llvm/Target/TargetOptions.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/llvm/Target/TargetOptions.h b/include/llvm/Target/TargetOptions.h
index be3fb9b5ac..8fc566e84f 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;
};