Use uintptr_t for pointer values in the ExecutionEngine.

llvm-svn: 10425
This commit is contained in:
Brian Gaeke 2003-12-12 05:06:09 +00:00
parent 1fe9f83b52
commit e60a0289d4
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@
namespace llvm {
typedef uint64_t PointerTy;
typedef uintptr_t PointerTy;
union GenericValue {
bool BoolVal;