diff options
author | Jeff Cohen <jeffc@jolt-lang.org> | 2006-01-24 04:41:48 +0000 |
---|---|---|
committer | Jeff Cohen <jeffc@jolt-lang.org> | 2006-01-24 04:41:48 +0000 |
commit | c73fe2ac0cbb79dd37fe7be863b4d2cae280c47a (patch) | |
tree | 2805a22c8ebfc7fc45a435daf6da34bf673367ae | |
parent | 93c56e755f5df098ca470a62d94cd88226de5a87 (diff) |
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
-rw-r--r-- | include/llvm/InlineAsm.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/llvm/InlineAsm.h b/include/llvm/InlineAsm.h index a35825d44a..f80ddc0b13 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; |