mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-14 07:31:39 +00:00
Tidied some ugliness in the SlotIndex default constructor.
llvm-svn: 86097
This commit is contained in:
parent
52dedf7dfe
commit
aa433cb422
@ -159,7 +159,7 @@ namespace llvm {
|
||||
}
|
||||
|
||||
/// 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
|
||||
// new index to the value of the phi parameter.
|
||||
|
Loading…
x
Reference in New Issue
Block a user