| commit | d185a7a6299fc28c122c6cd171650d1d802ecec0 | [log] [tgz] |
|---|---|---|
| author | Dan Gohman <gohman@apple.com> | Fri Jun 05 23:05:51 2009 +0000 |
| committer | Dan Gohman <gohman@apple.com> | Fri Jun 05 23:05:51 2009 +0000 |
| tree | b38f74bee50eb8a11b0cddff11c451ca1b4ffff8 | |
| parent | ea1c22133405262c0f16a002910c26e5671a7d6a [diff] [blame] |
Add explicit keywords. llvm-svn: 72969
diff --git a/llvm/lib/Target/PowerPC/PPCMachineFunctionInfo.h b/llvm/lib/Target/PowerPC/PPCMachineFunctionInfo.h index 42883d7..b359dd3 100644 --- a/llvm/lib/Target/PowerPC/PPCMachineFunctionInfo.h +++ b/llvm/lib/Target/PowerPC/PPCMachineFunctionInfo.h
@@ -59,7 +59,7 @@ bool HasFastCall; public: - PPCFunctionInfo(MachineFunction &MF) + explicit PPCFunctionInfo(MachineFunction &MF) : FramePointerSaveIndex(0), ReturnAddrSaveIndex(0), SpillsCR(false),