projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
93c56e7
)
Be consistent in using class/struct to keep Visual Studio happy.
author
Jeff Cohen
<jeffc@jolt-lang.org>
Tue, 24 Jan 2006 04:41:48 +0000
(
04:41
+0000)
committer
Jeff Cohen
<jeffc@jolt-lang.org>
Tue, 24 Jan 2006 04:41:48 +0000
(
04:41
+0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@25575
91177308
-0d34-0410-b5e6-
96231b3b80d8
include/llvm/InlineAsm.h
patch
|
blob
|
history
diff --git
a/include/llvm/InlineAsm.h
b/include/llvm/InlineAsm.h
index a35825d44a971477f41efc805236b3bbf0f893d8..f80ddc0b131277947bc9701c4696699dea017d7f 100644
(file)
--- 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;