llvm-6502/include
Rafael Espindola 76f103e021 Change getSlotIndex to return unsigned.
The actual storage was already using unsigned, but the interface was using
uint64_t. This is wasteful on 32 bits and looks to be the root causes of
a miscompilation on Windows where a value was being sign extended to 64bits
to compare with the result of getSlotIndex.

Patch by Pasi Parviainen!

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@180791 91177308-0d34-0410-b5e6-96231b3b80d8
2013-04-30 16:53:38 +00:00
..
llvm Change getSlotIndex to return unsigned. 2013-04-30 16:53:38 +00:00
llvm-c Exposing MCJIT through C API 2013-04-29 17:49:40 +00:00