summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/ARM/ARMMachineFunctionInfo.h
diff options
context:
space:
mode:
authorDan Gohman <gohman@apple.com>2009-06-05 23:05:51 +0000
committerDan Gohman <gohman@apple.com>2009-06-05 23:05:51 +0000
commitd185a7a6299fc28c122c6cd171650d1d802ecec0 (patch)
treeb38f74bee50eb8a11b0cddff11c451ca1b4ffff8 /llvm/lib/Target/ARM/ARMMachineFunctionInfo.h
parentea1c22133405262c0f16a002910c26e5671a7d6a (diff)
downloadbcm5719-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.h2
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),
OpenPOWER on IntegriCloud