aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/Sparc/FPMover.cpp
diff options
context:
space:
mode:
authorDan Gohman <gohman@apple.com>2009-02-18 16:37:45 +0000
committerDan Gohman <gohman@apple.com>2009-02-18 16:37:45 +0000
commitedd345ce4a1840451fc1b891bc1df0bb226dfb4f (patch)
tree572289f6ed7b7d2bb931e5edd9816d2e723fc787 /lib/Target/Sparc/FPMover.cpp
parent7b1a847006d1bae5bfc8e44a2e352a0a3d302e00 (diff)
downloadexternal_llvm-edd345ce4a1840451fc1b891bc1df0bb226dfb4f.zip
external_llvm-edd345ce4a1840451fc1b891bc1df0bb226dfb4f.tar.gz
external_llvm-edd345ce4a1840451fc1b891bc1df0bb226dfb4f.tar.bz2
Add explicit keywords.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@64915 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target/Sparc/FPMover.cpp')
-rw-r--r--lib/Target/Sparc/FPMover.cpp2
1 files changed, 1 insertions, 1 deletions
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 @@ namespace {
TargetMachine &TM;
static char ID;
- FPMover(TargetMachine &tm)
+ explicit FPMover(TargetMachine &tm)
: MachineFunctionPass(&ID), TM(tm) { }
virtual const char *getPassName() const {