Fix class -> struct tag.

llvm-svn: 86416
This commit is contained in:
Daniel Dunbar 2009-11-07 23:21:30 +00:00
parent 3a313df69b
commit cdfb315f16
1 changed files with 1 additions and 1 deletions

View File

@ -157,7 +157,7 @@ namespace llvm {
/// SlotIndex - An opaque wrapper around machine indexes.
class SlotIndex {
friend class SlotIndexes;
friend class DenseMapInfo<SlotIndex>;
friend struct DenseMapInfo<SlotIndex>;
private:
static const unsigned PHI_BIT = 1 << 2;