summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJeff Cohen <jeffc@jolt-lang.org>2006-01-24 04:41:48 +0000
committerJeff Cohen <jeffc@jolt-lang.org>2006-01-24 04:41:48 +0000
commit22b692f2193f41db05cf3b2eec3a375b2a22db89 (patch)
tree197a9a00be28a048142afe14c6a3a87957993a9b
parentcfdaf617a54fc593879d50e571fa3e4d1cf053df (diff)
downloadbcm5719-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.h2
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;
OpenPOWER on IntegriCloud