Skip to content

Commit e60a028

Browse files
author
Brian Gaeke
committed
Use uintptr_t for pointer values in the ExecutionEngine.
llvm-svn: 10425
1 parent 1fe9f83 commit e60a028

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/include/llvm/ExecutionEngine/GenericValue.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919

2020
namespace llvm {
2121

22-
typedef uint64_t PointerTy;
22+
typedef uintptr_t PointerTy;
2323

2424
union GenericValue {
2525
bool BoolVal;

0 commit comments

Comments
 (0)