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:
782ab58
)
Forgot to commit the header
author
Anton Korobeynikov
<asl@math.spbu.ru>
Sun, 14 Feb 2010 18:25:41 +0000
(18:25 +0000)
committer
Anton Korobeynikov
<asl@math.spbu.ru>
Sun, 14 Feb 2010 18:25:41 +0000
(18:25 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@96174
91177308
-0d34-0410-b5e6-
96231b3b80d8
lib/Target/X86/X86MCAsmInfo.h
patch
|
blob
|
history
diff --git
a/lib/Target/X86/X86MCAsmInfo.h
b/lib/Target/X86/X86MCAsmInfo.h
index ca227b7a0baa48ee8aaaf5cd3f564eeeb1fe055d..69716bfc07f60e7bfbe820802821109c77d9825c 100644
(file)
--- a/
lib/Target/X86/X86MCAsmInfo.h
+++ b/
lib/Target/X86/X86MCAsmInfo.h
@@
-33,11
+33,6
@@
namespace llvm {
struct X86MCAsmInfoCOFF : public MCAsmInfoCOFF {
explicit X86MCAsmInfoCOFF(const Triple &Triple);
};
-
- struct X86WinMCAsmInfo : public MCAsmInfo {
- explicit X86WinMCAsmInfo(const Triple &Triple);
- };
-
} // namespace llvm
#endif