mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-24 03:33:20 +01:00
whitespace
llvm-svn: 148104
This commit is contained in:
parent
97340838f5
commit
6e61e9f2b6
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user