projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e5aa8f3
)
For PR786:
author
Reid Spencer
<rspencer@reidspencer.com>
Wed, 24 May 2006 19:05:21 +0000
(19:05 +0000)
committer
Reid Spencer
<rspencer@reidspencer.com>
Wed, 24 May 2006 19:05:21 +0000
(19:05 +0000)
Remove a spurious ;
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@28452
91177308
-0d34-0410-b5e6-
96231b3b80d8
lib/Target/TargetMachine.cpp
patch
|
blob
|
history
diff --git
a/lib/Target/TargetMachine.cpp
b/lib/Target/TargetMachine.cpp
index c9e92fa854019c552f3ed2b5c53e9abe78f11fc2..507253722e21e354a5de104682b20cb0be0760fc 100644
(file)
--- 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; }
-}
;
+}