summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/CellSPU/SPUInstrInfo.h
diff options
context:
space:
mode:
authorDan Gohman <gohman@apple.com>2008-03-25 22:06:05 +0000
committerDan Gohman <gohman@apple.com>2008-03-25 22:06:05 +0000
commitc60c67fc3748af13abeb6c14dbbc8eb0c9b87a09 (patch)
treebe4663d1b76bdc1ff93316b4ed3707dc63811af8 /llvm/lib/Target/CellSPU/SPUInstrInfo.h
parentbdc24adaafc3ec79eba2fb279b8f5546bfbedae5 (diff)
downloadbcm5719-llvm-c60c67fc3748af13abeb6c14dbbc8eb0c9b87a09.tar.gz
bcm5719-llvm-c60c67fc3748af13abeb6c14dbbc8eb0c9b87a09.zip
Add explicit keywords.
llvm-svn: 48801
Diffstat (limited to 'llvm/lib/Target/CellSPU/SPUInstrInfo.h')
-rw-r--r--llvm/lib/Target/CellSPU/SPUInstrInfo.h2
1 files changed, 1 insertions, 1 deletions
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
OpenPOWER on IntegriCloud