fix a bug I introduced in r78724 that caused failures in:
[oota-llvm.git] / lib / Target / X86 / X86TargetAsmInfo.h
index 9ce34f278fd183040978993ad6561c305193dd92..c8167a31b8945cc2e5960534f86060c6f2994539 100644 (file)
@@ -30,7 +30,7 @@ namespace llvm {
     explicit X86ELFTargetAsmInfo(const X86TargetMachine &TM);
   };
 
-  struct X86COFFTargetAsmInfo : public TargetAsmInfo {
+  struct X86COFFTargetAsmInfo : public COFFTargetAsmInfo {
     explicit X86COFFTargetAsmInfo(const X86TargetMachine &TM);
   };