[llvm-commits] [llvm] r148104 - /llvm/trunk/include/llvm/Target/TargetOptions.h
Andrew Trick
atrick at apple.com
Thu Jan 12 22:30:25 PST 2012
Author: atrick
Date: Fri Jan 13 00:30:25 2012
New Revision: 148104
URL: http://llvm.org/viewvc/llvm-project?rev=148104&view=rev
Log:
whitespace
Modified:
llvm/trunk/include/llvm/Target/TargetOptions.h
Modified: llvm/trunk/include/llvm/Target/TargetOptions.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm/Target/TargetOptions.h?rev=148104&r1=148103&r2=148104&view=diff
==============================================================================
--- llvm/trunk/include/llvm/Target/TargetOptions.h (original)
+++ llvm/trunk/include/llvm/Target/TargetOptions.h Fri Jan 13 00:30:25 2012
@@ -114,7 +114,7 @@
/// 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 @@
/// 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 @@
/// 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
More information about the llvm-commits
mailing list