commit | 950a4c40b823cd4f09dc71be635229246dfd6cac | [log] [tgz] |
---|---|---|
author | Dan Gohman <gohman@apple.com> | Tue Mar 25 22:06:05 2008 +0000 |
committer | Dan Gohman <gohman@apple.com> | Tue Mar 25 22:06:05 2008 +0000 |
tree | ff52517c682e08112a66247bc8b85f81664f72b3 | |
parent | cfbb2f074da2842e42956d3b4c21e91b37f36f06 [diff] [blame] |
Add explicit keywords. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@48801 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/lib/Target/Alpha/AlphaJITInfo.h b/lib/Target/Alpha/AlphaJITInfo.h index a12f546..2951169 100644 --- a/lib/Target/Alpha/AlphaJITInfo.h +++ b/lib/Target/Alpha/AlphaJITInfo.h
@@ -26,7 +26,7 @@ protected: TargetMachine &TM; public: - AlphaJITInfo(TargetMachine &tm) : TM(tm) + explicit AlphaJITInfo(TargetMachine &tm) : TM(tm) { useGOT = true; } virtual void *emitFunctionStub(void *Fn, MachineCodeEmitter &MCE);