aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2009-08-11 22:12:58 +0000
committerChris Lattner <sabre@nondot.org>2009-08-11 22:12:58 +0000
commit4b152796cef7ff7140fd665a49d0ca41cfd73818 (patch)
tree95eac575409e413e568e9683d4ea367843d156e9
parentc89ecc5c2f6c089db328e2856aadf9fd4a1a0bd3 (diff)
fix a bug I introduced in r78724 that caused failures in:
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
-rw-r--r--lib/Target/X86/X86TargetAsmInfo.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Target/X86/X86TargetAsmInfo.h b/lib/Target/X86/X86TargetAsmInfo.h
index 9ce34f278f..c8167a31b8 100644
--- 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 COFFTargetAsmInfo {
explicit X86COFFTargetAsmInfo(const X86TargetMachine &TM);
};