Add an explicit keyword.

llvm-svn: 60457
This commit is contained in:
Dan Gohman 2008-12-03 01:55:47 +00:00
parent 9810e76b30
commit a3d9eb0131
1 changed files with 1 additions and 1 deletions

View File

@ -178,7 +178,7 @@ class MachineFrameInfo {
/// ///
const TargetFrameInfo &TFI; const TargetFrameInfo &TFI;
public: public:
MachineFrameInfo(const TargetFrameInfo &tfi) : TFI(tfi) { explicit MachineFrameInfo(const TargetFrameInfo &tfi) : TFI(tfi) {
StackSize = NumFixedObjects = OffsetAdjustment = MaxAlignment = 0; StackSize = NumFixedObjects = OffsetAdjustment = MaxAlignment = 0;
HasVarSizedObjects = false; HasVarSizedObjects = false;
FrameAddressTaken = false; FrameAddressTaken = false;