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
This commit is contained in:
Jeff Cohen 2006-01-24 04:41:48 +00:00
parent 93c56e755f
commit c73fe2ac0c

View File

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