mirror of
https://github.com/RPCSX/llvm.git
synced 2024-12-14 15:39:00 +00:00
Remove redundant declarations.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@37946 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
e75ca3d809
commit
d8ebb3a0c2
@ -59,12 +59,6 @@ namespace llvm {
|
|||||||
extern bool HonorSignDependentRoundingFPMathOption;
|
extern bool HonorSignDependentRoundingFPMathOption;
|
||||||
extern bool HonorSignDependentRoundingFPMath();
|
extern bool HonorSignDependentRoundingFPMath();
|
||||||
|
|
||||||
/// option is specified on the command line. If this returns false (default),
|
|
||||||
/// the code generator is not allowed to assume that FP arithmetic arguments
|
|
||||||
/// and results are never NaNs or +-Infs.
|
|
||||||
extern bool FiniteOnlyFPMathOption;
|
|
||||||
extern bool FiniteOnlyFPMath();
|
|
||||||
|
|
||||||
/// UseSoftFloat - This flag is enabled when the -soft-float flag is specified
|
/// 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
|
/// on the command line. When this flag is on, the code generator will
|
||||||
/// generate libcalls to the software floating point library instead of
|
/// generate libcalls to the software floating point library instead of
|
||||||
|
Loading…
Reference in New Issue
Block a user