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:
c89ecc5
)
fix a bug I introduced in r78724 that caused failures in:
author
Chris Lattner
<sabre@nondot.org>
Tue, 11 Aug 2009 22:12:58 +0000
(22:12 +0000)
committer
Chris Lattner
<sabre@nondot.org>
Tue, 11 Aug 2009 22:12:58 +0000
(22:12 +0000)
CodeGen/X86/dll-linkage.ll & CodeGen/X86/mingw-alloca.ll
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@78728
91177308
-0d34-0410-b5e6-
96231b3b80d8
lib/Target/X86/X86TargetAsmInfo.h
patch
|
blob
|
history
diff --git
a/lib/Target/X86/X86TargetAsmInfo.h
b/lib/Target/X86/X86TargetAsmInfo.h
index 9ce34f278fd183040978993ad6561c305193dd92..c8167a31b8945cc2e5960534f86060c6f2994539 100644
(file)
--- a/
lib/Target/X86/X86TargetAsmInfo.h
+++ b/
lib/Target/X86/X86TargetAsmInfo.h
@@
-30,7
+30,7
@@
namespace llvm {
explicit X86ELFTargetAsmInfo(const X86TargetMachine &TM);
};
- struct X86COFFTargetAsmInfo : public TargetAsmInfo {
+ struct X86COFFTargetAsmInfo : public
COFF
TargetAsmInfo {
explicit X86COFFTargetAsmInfo(const X86TargetMachine &TM);
};