mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-05 10:39:21 +00:00
Make SlotIndex::getEntry() return unsigned to match IndexListEntry.
llvm-svn: 175600
This commit is contained in:
parent
277fc532b7
commit
fedf4a2442
@ -112,7 +112,7 @@ namespace llvm {
|
||||
return lie.getPointer();
|
||||
}
|
||||
|
||||
int getIndex() const {
|
||||
unsigned getIndex() const {
|
||||
return listEntry()->getIndex() | getSlot();
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user