We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1fe9f83 commit e60a028Copy full SHA for e60a028
llvm/include/llvm/ExecutionEngine/GenericValue.h
@@ -19,7 +19,7 @@
19
20
namespace llvm {
21
22
-typedef uint64_t PointerTy;
+typedef uintptr_t PointerTy;
23
24
union GenericValue {
25
bool BoolVal;
0 commit comments