summaryrefslogtreecommitdiff
path: root/lib/Target/Alpha/AlphaMCAsmInfo.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Target/Alpha/AlphaMCAsmInfo.h')
-rw-r--r--lib/Target/Alpha/AlphaMCAsmInfo.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/Target/Alpha/AlphaMCAsmInfo.h b/lib/Target/Alpha/AlphaMCAsmInfo.h
index c27065d28427b..837844bd29a93 100644
--- a/lib/Target/Alpha/AlphaMCAsmInfo.h
+++ b/lib/Target/Alpha/AlphaMCAsmInfo.h
@@ -14,14 +14,14 @@
#ifndef ALPHATARGETASMINFO_H
#define ALPHATARGETASMINFO_H
+#include "llvm/ADT/StringRef.h"
#include "llvm/MC/MCAsmInfo.h"
namespace llvm {
class Target;
- class StringRef;
struct AlphaMCAsmInfo : public MCAsmInfo {
- explicit AlphaMCAsmInfo(const Target &T, const StringRef &TT);
+ explicit AlphaMCAsmInfo(const Target &T, StringRef TT);
};
} // namespace llvm