From: Jeff Cohen Date: Tue, 24 Jan 2006 04:41:48 +0000 (+0000) Subject: Be consistent in using class/struct to keep Visual Studio happy. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=c73fe2ac0cbb79dd37fe7be863b4d2cae280c47a;p=oota-llvm.git Be consistent in using class/struct to keep Visual Studio happy. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@25575 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/llvm/InlineAsm.h b/include/llvm/InlineAsm.h index a35825d44a9..f80ddc0b131 100644 --- a/include/llvm/InlineAsm.h +++ b/include/llvm/InlineAsm.h @@ -19,7 +19,7 @@ namespace llvm { -class AssemblyAnnotationWriter; +struct AssemblyAnnotationWriter; class PointerType; class FunctionType; class Module;