summaryrefslogtreecommitdiffstats
path: root/llvm
diff options
context:
space:
mode:
Diffstat (limited to 'llvm')
-rw-r--r--llvm/lib/Target/X86/X86TargetAsmInfo.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Target/X86/X86TargetAsmInfo.h b/llvm/lib/Target/X86/X86TargetAsmInfo.h
index 9ce34f278fd..c8167a31b89 100644
--- a/llvm/lib/Target/X86/X86TargetAsmInfo.h
+++ b/llvm/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);
};
OpenPOWER on IntegriCloud