mirror of
https://github.com/RPCS3/llvm.git
synced 2024-12-16 00:17:32 +00:00
Tidied some ugliness in the SlotIndex default constructor.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@86097 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
517e2556e3
commit
090780be1c
@ -159,7 +159,7 @@ namespace llvm {
|
|||||||
}
|
}
|
||||||
|
|
||||||
/// Construct an invalid index.
|
/// Construct an invalid index.
|
||||||
SlotIndex() : lie(&getEmptyKey().entry(), 0) {}
|
SlotIndex() : lie(IndexListEntry::getEmptyKeyEntry(), 0) {}
|
||||||
|
|
||||||
// Construct a new slot index from the given one, set the phi flag on the
|
// Construct a new slot index from the given one, set the phi flag on the
|
||||||
// new index to the value of the phi parameter.
|
// new index to the value of the phi parameter.
|
||||||
|
Loading…
Reference in New Issue
Block a user