Add explicit keywords.
[oota-llvm.git] / lib / Target / PowerPC / PPCMachineFunctionInfo.h
index 42883d78728eb463948322d5591ea2a77bcde0f1..b359dd33bd0e64c72f80257e22a40de37276327d 100644 (file)
@@ -59,7 +59,7 @@ private:
   bool HasFastCall;
 
 public:
-  PPCFunctionInfo(MachineFunction &MF) 
+  explicit PPCFunctionInfo(MachineFunction &MF) 
     : FramePointerSaveIndex(0),
       ReturnAddrSaveIndex(0),
       SpillsCR(false),