1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-24 11:42:57 +01:00

For PR786:

Remove a spurious ;

llvm-svn: 28452
This commit is contained in:
Reid Spencer 2006-05-24 19:05:21 +00:00
parent 9be2dba5a6
commit e39b3b9bf0

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; }
};
}