Fix problems compiling with G++ 4.x.x with -pedantic. Thanks to

Vladimir Merzliakov for the patch!


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@20513 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Chris Lattner
2005-03-07 20:35:45 +00:00
parent aeffb4af8b
commit 82870e0b73
2 changed files with 5 additions and 5 deletions

View File

@@ -78,7 +78,7 @@ public:
NumTypeIDs, // Must remain as last defined ID
LastPrimitiveTyID = LabelTyID,
FirstDerivedTyID = FunctionTyID,
FirstDerivedTyID = FunctionTyID
};
private: