summaryrefslogtreecommitdiff
path: root/include/llvm/ExecutionEngine/GenericValue.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/llvm/ExecutionEngine/GenericValue.h')
-rw-r--r--include/llvm/ExecutionEngine/GenericValue.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/llvm/ExecutionEngine/GenericValue.h b/include/llvm/ExecutionEngine/GenericValue.h
index d0cd2cd0bc..fab82af405 100644
--- a/include/llvm/ExecutionEngine/GenericValue.h
+++ b/include/llvm/ExecutionEngine/GenericValue.h
@@ -31,7 +31,7 @@ struct GenericValue {
struct { unsigned int first; unsigned int second; } UIntPairVal;
unsigned char Untyped[8];
};
- APInt IntVal;
+ APInt IntVal; // also used for long doubles
GenericValue() : DoubleVal(0.0), IntVal(1,0) {}
GenericValue(void *V) : PointerVal(V), IntVal(1,0) { }