we should use 'class' for non-pod types instead of 'struct' to

make it easier to deal with the VC++ struct/class bug.

llvm-svn: 55290
This commit is contained in:
Chris Lattner 2008-08-24 18:38:56 +00:00
parent d758625083
commit 6a951c240b
2 changed files with 3 additions and 2 deletions

View File

@ -24,7 +24,8 @@ class BasicBlock;
class Instruction;
class raw_ostream;
struct AssemblyAnnotationWriter {
class AssemblyAnnotationWriter {
public:
virtual ~AssemblyAnnotationWriter();

View File

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