mirror of
https://github.com/RPCS3/llvm.git
synced 2025-04-03 05:41:42 +00:00
Make SlotIndex::getEntry() return unsigned to match IndexListEntry.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@175600 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
fd0f93fa1d
commit
5954fc6050
@ -112,7 +112,7 @@ namespace llvm {
|
||||
return lie.getPointer();
|
||||
}
|
||||
|
||||
int getIndex() const {
|
||||
unsigned getIndex() const {
|
||||
return listEntry()->getIndex() | getSlot();
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user