From: Reid Spencer Date: Wed, 24 May 2006 19:05:21 +0000 (+0000) Subject: For PR786: X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=077b38720772de4b87d5855a399d95b7dbd5b278;p=oota-llvm.git For PR786: Remove a spurious ; git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@28452 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Target/TargetMachine.cpp b/lib/Target/TargetMachine.cpp index c9e92fa8540..507253722e2 100644 --- a/lib/Target/TargetMachine.cpp +++ b/lib/Target/TargetMachine.cpp @@ -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; } -}; +}