commit | 38deef9ce58b33dba34515f23fb7dbde02164c77 | [log] [tgz] |
---|---|---|
author | Dan Gohman <gohman@apple.com> | Wed Feb 18 16:37:45 2009 +0000 |
committer | Dan Gohman <gohman@apple.com> | Wed Feb 18 16:37:45 2009 +0000 |
tree | 572289f6ed7b7d2bb931e5edd9816d2e723fc787 | |
parent | d6b7a242d345fd79a337afd384bb586c5619cfe7 [diff] |
Add explicit keywords. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@64915 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/lib/Target/Sparc/FPMover.cpp b/lib/Target/Sparc/FPMover.cpp index 5faf2a1..f72a4c4 100644 --- a/lib/Target/Sparc/FPMover.cpp +++ b/lib/Target/Sparc/FPMover.cpp
@@ -33,7 +33,7 @@ TargetMachine &TM; static char ID; - FPMover(TargetMachine &tm) + explicit FPMover(TargetMachine &tm) : MachineFunctionPass(&ID), TM(tm) { } virtual const char *getPassName() const {