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:
7a831ce
)
These are more correctly called signaling NaNs.
author
Duncan Sands
<baldrick@free.fr>
Sat, 15 Dec 2007 17:37:40 +0000
(17:37 +0000)
committer
Duncan Sands
<baldrick@free.fr>
Sat, 15 Dec 2007 17:37:40 +0000
(17:37 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@45059
91177308
-0d34-0410-b5e6-
96231b3b80d8
lib/ExecutionEngine/ExecutionEngine.cpp
patch
|
blob
|
history
diff --git
a/lib/ExecutionEngine/ExecutionEngine.cpp
b/lib/ExecutionEngine/ExecutionEngine.cpp
index 707ed608591bc85e08fe7715e53fd4063e41bc22..83c0094a493365ae7d5d27b83ca449e250ffe0e6 100644
(file)
--- a/
lib/ExecutionEngine/ExecutionEngine.cpp
+++ b/
lib/ExecutionEngine/ExecutionEngine.cpp
@@
-764,7
+764,7
@@
void ExecutionEngine::LoadValueFromMemory(GenericValue &Result,
break;
case Type::X86_FP80TyID: {
// This is endian dependent, but it will only work on x86 anyway.
- // FIXME:
Does not trap if loading a trapp
ing NaN.
+ // FIXME:
Will not trap if loading a signal
ing NaN.
uint16_t *p = (uint16_t*)Ptr;
union {
uint16_t x[8];