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/XCore | |
parent | da634298fc5243932274ae261efcd351d5040630 (diff) | |
download | external_llvm-2392efef1bd2599231ab659dd6ba4233bf5df94c.zip external_llvm-2392efef1bd2599231ab659dd6ba4233bf5df94c.tar.gz external_llvm-2392efef1bd2599231ab659dd6ba4233bf5df94c.tar.bz2 |
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/XCore')
-rw-r--r-- | lib/Target/XCore/XCoreMachineFunctionInfo.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Target/XCore/XCoreMachineFunctionInfo.h b/lib/Target/XCore/XCoreMachineFunctionInfo.h index 43adb0f..124a011 100644 --- a/lib/Target/XCore/XCoreMachineFunctionInfo.h +++ b/lib/Target/XCore/XCoreMachineFunctionInfo.h @@ -40,7 +40,7 @@ public: FPSpillSlot(0), VarArgsFrameIndex(0) {} - XCoreFunctionInfo(MachineFunction &MF) : + explicit XCoreFunctionInfo(MachineFunction &MF) : UsesLR(false), LRSpillSlot(0), FPSpillSlot(0), |