diff options
| author | Dan Gohman <gohman@apple.com> | 2008-03-25 22:06:05 +0000 |
|---|---|---|
| committer | Dan Gohman <gohman@apple.com> | 2008-03-25 22:06:05 +0000 |
| commit | c60c67fc3748af13abeb6c14dbbc8eb0c9b87a09 (patch) | |
| tree | be4663d1b76bdc1ff93316b4ed3707dc63811af8 /llvm/lib/Target/PowerPC | |
| parent | bdc24adaafc3ec79eba2fb279b8f5546bfbedae5 (diff) | |
| download | bcm5719-llvm-c60c67fc3748af13abeb6c14dbbc8eb0c9b87a09.tar.gz bcm5719-llvm-c60c67fc3748af13abeb6c14dbbc8eb0c9b87a09.zip | |
Add explicit keywords.
llvm-svn: 48801
Diffstat (limited to 'llvm/lib/Target/PowerPC')
| -rw-r--r-- | llvm/lib/Target/PowerPC/PPCInstrInfo.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Target/PowerPC/PPCInstrInfo.h b/llvm/lib/Target/PowerPC/PPCInstrInfo.h index e659129a2d4..d74399d4ad4 100644 --- a/llvm/lib/Target/PowerPC/PPCInstrInfo.h +++ b/llvm/lib/Target/PowerPC/PPCInstrInfo.h @@ -72,7 +72,7 @@ class PPCInstrInfo : public TargetInstrInfoImpl { const TargetRegisterClass *RC, SmallVectorImpl<MachineInstr*> &NewMIs) const; public: - PPCInstrInfo(PPCTargetMachine &TM); + explicit PPCInstrInfo(PPCTargetMachine &TM); /// getRegisterInfo - TargetInstrInfo is a superset of MRegister info. As /// such, whenever a client has an instance of instruction info, it should |

