commit | 40bd38ebb955c55a8ff7ea4ba252afbb093bc3d2 | [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 | 12300e1e31559e34d96e533506f74f7cb77020a2 [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);