mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-07-25 13:24:46 +00:00
Update VS projects.
Change some class to struct for coherency. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@56389 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -43,7 +43,7 @@ class SDNode;
|
||||
class CompileUnitDesc;
|
||||
template <typename T> struct DenseMapInfo;
|
||||
template <typename T> struct simplify_type;
|
||||
template <typename T> class ilist_traits;
|
||||
template <typename T> struct ilist_traits;
|
||||
|
||||
/// SDVTList - This represents a list of ValueType's that has been intern'd by
|
||||
/// a SelectionDAG. Instances of this simple value class are returned by
|
||||
@@ -1315,7 +1315,7 @@ public:
|
||||
|
||||
protected:
|
||||
friend class SelectionDAG;
|
||||
friend class ilist_traits<SDNode>;
|
||||
friend struct ilist_traits<SDNode>;
|
||||
|
||||
/// getValueTypeList - Return a pointer to the specified value type.
|
||||
///
|
||||
|
Reference in New Issue
Block a user