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 | 22b692f2193f41db05cf3b2eec3a375b2a22db89 (patch) | |
| tree | 197a9a00be28a048142afe14c6a3a87957993a9b | |
| parent | cfdaf617a54fc593879d50e571fa3e4d1cf053df (diff) | |
| download | bcm5719-llvm-22b692f2193f41db05cf3b2eec3a375b2a22db89.tar.gz bcm5719-llvm-22b692f2193f41db05cf3b2eec3a375b2a22db89.zip | |
Be consistent in using class/struct to keep Visual Studio happy.
llvm-svn: 25575
| -rw-r--r-- | llvm/include/llvm/InlineAsm.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/include/llvm/InlineAsm.h b/llvm/include/llvm/InlineAsm.h index a35825d44a9..f80ddc0b131 100644 --- a/llvm/include/llvm/InlineAsm.h +++ b/llvm/include/llvm/InlineAsm.h @@ -19,7 +19,7 @@ namespace llvm { -class AssemblyAnnotationWriter; +struct AssemblyAnnotationWriter; class PointerType; class FunctionType; class Module; |

