Add explicit keywords.
[oota-llvm.git] / lib / Target / Sparc / FPMover.cpp
index 5faf2a1a7635644bd6791bfbf366dd7f5ddddda6..f72a4c4645c15c89dfb957c69fc632c91076aed6 100644 (file)
@@ -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 {