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:
Cedric Venet
2008-09-20 18:02:18 +00:00
parent 79faf61fad
commit 8e4018e2de
6 changed files with 22 additions and 8 deletions

View File

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