Be consistent in using class/struct to keep Visual Studio happy.

llvm-svn: 25575
This commit is contained in:
Jeff Cohen 2006-01-24 04:41:48 +00:00
parent cfdaf617a5
commit 22b692f219
1 changed files with 1 additions and 1 deletions
llvm/include/llvm

View File

@ -19,7 +19,7 @@
namespace llvm {
class AssemblyAnnotationWriter;
struct AssemblyAnnotationWriter;
class PointerType;
class FunctionType;
class Module;