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 | 94531bf367cbfaec2799569694e8570e7d166e3f (patch) | |
tree | 7460caea99f3baa9c1361a3c1c207e1ede28a3b5 /llvm/lib/Target/TargetMachine.cpp | |
parent | 040c110569c507e0b51f3ab5c5ca8376a86225b5 (diff) | |
download | bcm5719-llvm-94531bf367cbfaec2799569694e8570e7d166e3f.tar.gz bcm5719-llvm-94531bf367cbfaec2799569694e8570e7d166e3f.zip |
For PR786:
Remove a spurious ;
llvm-svn: 28452
Diffstat (limited to 'llvm/lib/Target/TargetMachine.cpp')
-rw-r--r-- | llvm/lib/Target/TargetMachine.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Target/TargetMachine.cpp b/llvm/lib/Target/TargetMachine.cpp index c9e92fa8540..507253722e2 100644 --- a/llvm/lib/Target/TargetMachine.cpp +++ b/llvm/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; } -}; +} |