From: Daniel Dunbar Date: Sat, 7 Nov 2009 23:21:30 +0000 (+0000) Subject: Fix class -> struct tag. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=d71153577f41e3fed279599253dfaf38ca4243d5;p=oota-llvm.git Fix class -> struct tag. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@86416 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/llvm/CodeGen/SlotIndexes.h b/include/llvm/CodeGen/SlotIndexes.h index 6c7a2be2aff..294827dc65e 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;