diff options
Diffstat (limited to 'llvm/lib/Target/SystemZ/SystemZTargetAsmInfo.h')
-rw-r--r-- | llvm/lib/Target/SystemZ/SystemZTargetAsmInfo.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/llvm/lib/Target/SystemZ/SystemZTargetAsmInfo.h b/llvm/lib/Target/SystemZ/SystemZTargetAsmInfo.h index 672524b5b24..72345c87956 100644 --- a/llvm/lib/Target/SystemZ/SystemZTargetAsmInfo.h +++ b/llvm/lib/Target/SystemZ/SystemZTargetAsmInfo.h @@ -17,9 +17,11 @@ #include "llvm/Target/TargetAsmInfo.h" namespace llvm { + class Target; + class StringRef; struct SystemZTargetAsmInfo : public TargetAsmInfo { - explicit SystemZTargetAsmInfo(); + explicit SystemZTargetAsmInfo(const Target &T, const StringRef &TT); }; } // namespace llvm |