From c60c67fc3748af13abeb6c14dbbc8eb0c9b87a09 Mon Sep 17 00:00:00 2001 From: Dan Gohman Date: Tue, 25 Mar 2008 22:06:05 +0000 Subject: Add explicit keywords. llvm-svn: 48801 --- llvm/lib/Target/CellSPU/SPUInstrInfo.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'llvm/lib/Target/CellSPU/SPUInstrInfo.h') diff --git a/llvm/lib/Target/CellSPU/SPUInstrInfo.h b/llvm/lib/Target/CellSPU/SPUInstrInfo.h index c5fe811f6e5..dc492023bb5 100644 --- a/llvm/lib/Target/CellSPU/SPUInstrInfo.h +++ b/llvm/lib/Target/CellSPU/SPUInstrInfo.h @@ -24,7 +24,7 @@ namespace llvm { SPUTargetMachine &TM; const SPURegisterInfo RI; public: - SPUInstrInfo(SPUTargetMachine &tm); + explicit SPUInstrInfo(SPUTargetMachine &tm); /// getRegisterInfo - TargetInstrInfo is a superset of MRegister info. As /// such, whenever a client has an instance of instruction info, it should -- cgit v1.2.3