summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/Alpha/AlphaTargetAsmInfo.h
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/lib/Target/Alpha/AlphaTargetAsmInfo.h')
-rw-r--r--llvm/lib/Target/Alpha/AlphaTargetAsmInfo.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/llvm/lib/Target/Alpha/AlphaTargetAsmInfo.h b/llvm/lib/Target/Alpha/AlphaTargetAsmInfo.h
index 0b50de858fc..1f0259b22c4 100644
--- a/llvm/lib/Target/Alpha/AlphaTargetAsmInfo.h
+++ b/llvm/lib/Target/Alpha/AlphaTargetAsmInfo.h
@@ -18,11 +18,8 @@
namespace llvm {
- // Forward declaration.
- class AlphaTargetMachine;
-
struct AlphaTargetAsmInfo : public TargetAsmInfo {
- explicit AlphaTargetAsmInfo(const AlphaTargetMachine &TM);
+ explicit AlphaTargetAsmInfo();
};
} // namespace llvm
OpenPOWER on IntegriCloud