summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorAndrew Trick <atrick@apple.com>2012-01-13 06:30:25 +0000
committerAndrew Trick <atrick@apple.com>2012-01-13 06:30:25 +0000
commitb3fe88f8379c4c4193d5d84267ae1a304437f8fa (patch)
tree0e56ba3b768c1cf1a0ede66079eb3b6c6914bb15 /include
parent524ff020f3776d4aa52d94d7c8ee2de7d370de55 (diff)
downloadllvm-b3fe88f8379c4c4193d5d84267ae1a304437f8fa.tar.gz
llvm-b3fe88f8379c4c4193d5d84267ae1a304437f8fa.tar.bz2
llvm-b3fe88f8379c4c4193d5d84267ae1a304437f8fa.tar.xz
whitespace
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@148104 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include')
-rw-r--r--include/llvm/Target/TargetOptions.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/llvm/Target/TargetOptions.h b/include/llvm/Target/TargetOptions.h
index 30018163aa..3f42bbe16a 100644
--- a/include/llvm/Target/TargetOptions.h
+++ b/include/llvm/Target/TargetOptions.h
@@ -114,7 +114,7 @@ namespace llvm {
/// assume that the rounding mode may dynamically change.
unsigned HonorSignDependentRoundingFPMathOption : 1;
bool HonorSignDependentRoundingFPMath() const;
-
+
/// UseSoftFloat - This flag is enabled when the -soft-float flag is
/// specified on the command line. When this flag is on, the code generator
/// will generate libcalls to the software floating point library instead of
@@ -154,7 +154,7 @@ namespace llvm {
/// automatically realigned, if needed.
unsigned RealignStack : 1;
- /// DisableJumpTables - This flag indicates jump tables should not be
+ /// DisableJumpTables - This flag indicates jump tables should not be
/// generated.
unsigned DisableJumpTables : 1;
@@ -162,7 +162,7 @@ namespace llvm {
/// which trades away generated code quality in favor of reducing
/// compile time.
unsigned EnableFastISel : 1;
-
+
unsigned EnableSegmentedStacks : 1;
/// getTrapFunctionName - If this returns a non-empty string, this means