commit | 8cab4c44bbf24f73a34e1bc5b42c42180fb54f5e | [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 | 5040de25683882a422cf98470ee8286114a56243 | |
parent | 18d85e7403292bb548a30cf28b14773df5ce6c71 [diff] [blame] |
Add explicit keywords. llvm-svn: 64915
diff --git a/llvm/lib/Target/Sparc/FPMover.cpp b/llvm/lib/Target/Sparc/FPMover.cpp index 5faf2a1..f72a4c4 100644 --- a/llvm/lib/Target/Sparc/FPMover.cpp +++ b/llvm/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 {