aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/Alpha/AlphaTargetAsmInfo.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Target/Alpha/AlphaTargetAsmInfo.h')
-rw-r--r--lib/Target/Alpha/AlphaTargetAsmInfo.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Target/Alpha/AlphaTargetAsmInfo.h b/lib/Target/Alpha/AlphaTargetAsmInfo.h
index c8b4fd5..e010bb3 100644
--- a/lib/Target/Alpha/AlphaTargetAsmInfo.h
+++ b/lib/Target/Alpha/AlphaTargetAsmInfo.h
@@ -22,7 +22,7 @@ namespace llvm {
class AlphaTargetMachine;
struct AlphaTargetAsmInfo : public TargetAsmInfo {
- AlphaTargetAsmInfo(const AlphaTargetMachine &TM);
+ explicit AlphaTargetAsmInfo(const AlphaTargetMachine &TM);
};
} // namespace llvm