For PR786:

Remove a spurious ;

llvm-svn: 28452
This commit is contained in:
Reid Spencer 2006-05-24 19:05:21 +00:00
parent 040c110569
commit 94531bf367
1 changed files with 1 additions and 1 deletions

View File

@ -100,4 +100,4 @@ namespace llvm {
/// the code generator is not allowed to assume that FP arithmetic arguments
/// and results are never NaNs or +-Infs.
bool FiniteOnlyFPMath() { return UnsafeFPMath || FiniteOnlyFPMathOption; }
};
}