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 | d185a7a6299fc28c122c6cd171650d1d802ecec0 (patch) | |
tree | b38f74bee50eb8a11b0cddff11c451ca1b4ffff8 /llvm/lib/Target/ARM/ARMMachineFunctionInfo.h | |
parent | ea1c22133405262c0f16a002910c26e5671a7d6a (diff) | |
download | bcm5719-llvm-d185a7a6299fc28c122c6cd171650d1d802ecec0.tar.gz bcm5719-llvm-d185a7a6299fc28c122c6cd171650d1d802ecec0.zip |
Add explicit keywords.
llvm-svn: 72969
Diffstat (limited to 'llvm/lib/Target/ARM/ARMMachineFunctionInfo.h')
-rw-r--r-- | llvm/lib/Target/ARM/ARMMachineFunctionInfo.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Target/ARM/ARMMachineFunctionInfo.h b/llvm/lib/Target/ARM/ARMMachineFunctionInfo.h index 6662be12a57..0b0e2892828 100644 --- a/llvm/lib/Target/ARM/ARMMachineFunctionInfo.h +++ b/llvm/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), |