summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorReid Spencer <rspencer@reidspencer.com>2006-05-24 19:05:21 +0000
committerReid Spencer <rspencer@reidspencer.com>2006-05-24 19:05:21 +0000
commit94531bf367cbfaec2799569694e8570e7d166e3f (patch)
tree7460caea99f3baa9c1361a3c1c207e1ede28a3b5
parent040c110569c507e0b51f3ab5c5ca8376a86225b5 (diff)
downloadbcm5719-llvm-94531bf367cbfaec2799569694e8570e7d166e3f.tar.gz
bcm5719-llvm-94531bf367cbfaec2799569694e8570e7d166e3f.zip
For PR786:
Remove a spurious ; llvm-svn: 28452
-rw-r--r--llvm/lib/Target/TargetMachine.cpp2
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; }
-};
+}
OpenPOWER on IntegriCloud