diff options
author | Reid Spencer <rspencer@reidspencer.com> | 2006-05-24 19:05:21 +0000 |
---|---|---|
committer | Reid Spencer <rspencer@reidspencer.com> | 2006-05-24 19:05:21 +0000 |
commit | 077b38720772de4b87d5855a399d95b7dbd5b278 (patch) | |
tree | 9367c74cf4aa47e21c8e984e30b726908ddf220d /lib/Target/TargetMachine.cpp | |
parent | e5aa8f38a760773628b939a114ceb65bd0b5f8eb (diff) |
For PR786:
Remove a spurious ;
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@28452 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target/TargetMachine.cpp')
-rw-r--r-- | lib/Target/TargetMachine.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Target/TargetMachine.cpp b/lib/Target/TargetMachine.cpp index c9e92fa854..507253722e 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; } -}; +} |