forked from OSchip/llvm-project
Use uintptr_t for pointer values in the ExecutionEngine.
llvm-svn: 10425
This commit is contained in:
parent
1fe9f83b52
commit
e60a0289d4
|
@ -19,7 +19,7 @@
|
|||
|
||||
namespace llvm {
|
||||
|
||||
typedef uint64_t PointerTy;
|
||||
typedef uintptr_t PointerTy;
|
||||
|
||||
union GenericValue {
|
||||
bool BoolVal;
|
||||
|
|
Loading…
Reference in New Issue