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 | 40bd38ebb955c55a8ff7ea4ba252afbb093bc3d2 (patch) | |
tree | ff52517c682e08112a66247bc8b85f81664f72b3 /lib/Target/PowerPC/PPCInstrInfo.h | |
parent | 12300e1e31559e34d96e533506f74f7cb77020a2 (diff) | |
download | external_llvm-40bd38ebb955c55a8ff7ea4ba252afbb093bc3d2.zip external_llvm-40bd38ebb955c55a8ff7ea4ba252afbb093bc3d2.tar.gz external_llvm-40bd38ebb955c55a8ff7ea4ba252afbb093bc3d2.tar.bz2 |
Add explicit keywords.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@48801 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target/PowerPC/PPCInstrInfo.h')
-rw-r--r-- | lib/Target/PowerPC/PPCInstrInfo.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Target/PowerPC/PPCInstrInfo.h b/lib/Target/PowerPC/PPCInstrInfo.h index e659129..d74399d 100644 --- a/lib/Target/PowerPC/PPCInstrInfo.h +++ b/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 |