From d71153577f41e3fed279599253dfaf38ca4243d5 Mon Sep 17 00:00:00 2001 From: Daniel Dunbar Date: Sat, 7 Nov 2009 23:21:30 +0000 Subject: Fix class -> struct tag. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@86416 91177308-0d34-0410-b5e6-96231b3b80d8 --- include/llvm/CodeGen/SlotIndexes.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include') diff --git a/include/llvm/CodeGen/SlotIndexes.h b/include/llvm/CodeGen/SlotIndexes.h index 6c7a2be..294827d 100644 --- a/include/llvm/CodeGen/SlotIndexes.h +++ b/include/llvm/CodeGen/SlotIndexes.h @@ -157,7 +157,7 @@ namespace llvm { /// SlotIndex - An opaque wrapper around machine indexes. class SlotIndex { friend class SlotIndexes; - friend class DenseMapInfo; + friend struct DenseMapInfo; private: static const unsigned PHI_BIT = 1 << 2; -- cgit v1.1