summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/IA64/IA64MachineFunctionInfo.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/IA64/IA64MachineFunctionInfo.h
parentea1c22133405262c0f16a002910c26e5671a7d6a (diff)
downloadbcm5719-llvm-d185a7a6299fc28c122c6cd171650d1d802ecec0.tar.gz
bcm5719-llvm-d185a7a6299fc28c122c6cd171650d1d802ecec0.zip
Add explicit keywords.
llvm-svn: 72969
Diffstat (limited to 'llvm/lib/Target/IA64/IA64MachineFunctionInfo.h')
-rw-r--r--llvm/lib/Target/IA64/IA64MachineFunctionInfo.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Target/IA64/IA64MachineFunctionInfo.h b/llvm/lib/Target/IA64/IA64MachineFunctionInfo.h
index fb930564a9d..e6254d69d6a 100644
--- a/llvm/lib/Target/IA64/IA64MachineFunctionInfo.h
+++ b/llvm/lib/Target/IA64/IA64MachineFunctionInfo.h
@@ -24,7 +24,7 @@ public:
// by this machinefunction? (used to compute the appropriate
// entry in the 'alloc' instruction at the top of the
// machinefunction)
- IA64FunctionInfo(MachineFunction& MF) { outRegsUsed=0; };
+ explicit IA64FunctionInfo(MachineFunction& MF) { outRegsUsed=0; };
};
OpenPOWER on IntegriCloud