Updating VC++ project.

Adding one include file and correct one declaration from class to struct in order to make llvm compile on VC2005.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@55279 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Cedric Venet
2008-08-24 11:56:40 +00:00
parent 01571ef1e9
commit a3f343f4cd
5 changed files with 97 additions and 80 deletions

View File

@@ -36,7 +36,7 @@ class TypeSymbolTable;
template<typename ValueTy> class StringMapEntry;
typedef StringMapEntry<Value*> ValueName;
class raw_ostream;
class AssemblyAnnotationWriter;
struct AssemblyAnnotationWriter;
//===----------------------------------------------------------------------===//
// Value Class