1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-21 03:53:04 +02:00

Tidied some ugliness in the SlotIndex default constructor.

llvm-svn: 86097
This commit is contained in:
Lang Hames 2009-11-05 01:18:31 +00:00
parent 52dedf7dfe
commit aa433cb422

View File

@ -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.