getMachineBasicBlockAddress returns a uintptr_t - don't truncate
authorDuncan Sands <baldrick@free.fr>
Tue, 29 Jun 2010 13:34:20 +0000 (13:34 +0000)
committerDuncan Sands <baldrick@free.fr>
Tue, 29 Jun 2010 13:34:20 +0000 (13:34 +0000)
commit17c6e6d9cf4c9e56a6a28e4d0ae3699d376a8962
tree1cb41f221b5ee11ed153c61448aabe3445386da0
parent6f74f69ff4a6e365272a754f0984c0321755976d
getMachineBasicBlockAddress returns a uintptr_t - don't truncate
to unsigned only to extend back to a pointer sized value on the
next line.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@107139 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/ELFCodeEmitter.cpp