make it easier to deal with the VC++ struct/class bug.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@55290
91177308-0d34-0410-b5e6-
96231b3b80d8
class Instruction;
class raw_ostream;
-struct AssemblyAnnotationWriter {
+class AssemblyAnnotationWriter {
+public:
virtual ~AssemblyAnnotationWriter();
template<typename ValueTy> class StringMapEntry;
typedef StringMapEntry<Value*> ValueName;
class raw_ostream;
-struct AssemblyAnnotationWriter;
+class AssemblyAnnotationWriter;
//===----------------------------------------------------------------------===//
// Value Class