Add explicit keywords.
[oota-llvm.git] / lib / Target / IA64 / IA64MachineFunctionInfo.h
index fb930564a9d159efeb0ba4f14a0c5d5f40f1395b..e6254d69d6a0c85dd69dc837992e383810078fd3 100644 (file)
@@ -24,7 +24,7 @@ public:
   // by this machinefunction? (used to compute the appropriate
   // entry in the 'alloc' instruction at the top of the
   // machinefunction)
-  IA64FunctionInfo(MachineFunction& MF) { outRegsUsed=0; };
+  explicit IA64FunctionInfo(MachineFunction& MF) { outRegsUsed=0; };
 
 };