diff options
author | Dan Gohman <gohman@apple.com> | 2009-06-05 23:05:51 +0000 |
---|---|---|
committer | Dan Gohman <gohman@apple.com> | 2009-06-05 23:05:51 +0000 |
commit | 2392efef1bd2599231ab659dd6ba4233bf5df94c (patch) | |
tree | ecc257454cf4744d4a99c7ce1e546901aca41e9f /lib/Target/ARM/ARMMachineFunctionInfo.h | |
parent | da634298fc5243932274ae261efcd351d5040630 (diff) |
Add explicit keywords.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@72969 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target/ARM/ARMMachineFunctionInfo.h')
-rw-r--r-- | lib/Target/ARM/ARMMachineFunctionInfo.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Target/ARM/ARMMachineFunctionInfo.h b/lib/Target/ARM/ARMMachineFunctionInfo.h index 6662be12a5..0b0e289282 100644 --- a/lib/Target/ARM/ARMMachineFunctionInfo.h +++ b/lib/Target/ARM/ARMMachineFunctionInfo.h @@ -100,7 +100,7 @@ public: GPRCS1Frames(0), GPRCS2Frames(0), DPRCSFrames(0), JumpTableUId(0), ConstPoolEntryUId(0) {} - ARMFunctionInfo(MachineFunction &MF) : + explicit ARMFunctionInfo(MachineFunction &MF) : isThumb(MF.getTarget().getSubtarget<ARMSubtarget>().isThumb()), Align(isThumb ? 1U : 2U), VarArgsRegSaveSize(0), HasStackFrame(false), |