Be consistent in using class/struct to keep Visual Studio happy.
authorJeff Cohen <jeffc@jolt-lang.org>
Tue, 24 Jan 2006 04:41:48 +0000 (04:41 +0000)
committerJeff Cohen <jeffc@jolt-lang.org>
Tue, 24 Jan 2006 04:41:48 +0000 (04:41 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@25575 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/InlineAsm.h

index a35825d44a971477f41efc805236b3bbf0f893d8..f80ddc0b131277947bc9701c4696699dea017d7f 100644 (file)
@@ -19,7 +19,7 @@
 
 namespace llvm {
 
-class AssemblyAnnotationWriter;
+struct AssemblyAnnotationWriter;
 class PointerType;
 class FunctionType;
 class Module;