Author: djg
Date: Fri Jul  6 08:59:28 2007
New Revision: 37946

URL: http://llvm.org/viewvc/llvm-project?rev=37946&view=rev
Log:
Remove redundant declarations.

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=37946&r1=37945&r2=37946&view=diff

==============================================================================
--- llvm/trunk/include/llvm/Target/TargetOptions.h (original)
+++ llvm/trunk/include/llvm/Target/TargetOptions.h Fri Jul  6 08:59:28 2007
@@ -59,12 +59,6 @@
   extern bool HonorSignDependentRoundingFPMathOption;
   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
   /// on the command line.  When this flag is on, the code generator will
   /// generate libcalls to the software floating point library instead of


_______________________________________________
llvm-commits mailing list
llvm-commits@cs.uiuc.edu
http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits

Reply via email to