projects
/
platform
/
upstream
/
llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
11e8d50
)
Make SlotIndex::getEntry() return unsigned to match IndexListEntry.
author
Cameron Zwarich
<zwarich@apple.com>
Wed, 20 Feb 2013 06:46:39 +0000
(06:46 +0000)
committer
Cameron Zwarich
<zwarich@apple.com>
Wed, 20 Feb 2013 06:46:39 +0000
(06:46 +0000)
llvm-svn: 175600
llvm/include/llvm/CodeGen/SlotIndexes.h
patch
|
blob
|
history
diff --git
a/llvm/include/llvm/CodeGen/SlotIndexes.h
b/llvm/include/llvm/CodeGen/SlotIndexes.h
index
76c1cea
..
8032972
100644
(file)
--- a/
llvm/include/llvm/CodeGen/SlotIndexes.h
+++ b/
llvm/include/llvm/CodeGen/SlotIndexes.h
@@
-112,7
+112,7
@@
namespace llvm {
return lie.getPointer();
}
-
int
getIndex() const {
+
unsigned
getIndex() const {
return listEntry()->getIndex() | getSlot();
}