summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/ARM/ARMJITInfo.h
diff options
context:
space:
mode:
authorDan Gohman <gohman@apple.com>2008-03-25 22:06:05 +0000
committerDan Gohman <gohman@apple.com>2008-03-25 22:06:05 +0000
commitc60c67fc3748af13abeb6c14dbbc8eb0c9b87a09 (patch)
treebe4663d1b76bdc1ff93316b4ed3707dc63811af8 /llvm/lib/Target/ARM/ARMJITInfo.h
parentbdc24adaafc3ec79eba2fb279b8f5546bfbedae5 (diff)
downloadbcm5719-llvm-c60c67fc3748af13abeb6c14dbbc8eb0c9b87a09.tar.gz
bcm5719-llvm-c60c67fc3748af13abeb6c14dbbc8eb0c9b87a09.zip
Add explicit keywords.
llvm-svn: 48801
Diffstat (limited to 'llvm/lib/Target/ARM/ARMJITInfo.h')
-rw-r--r--llvm/lib/Target/ARM/ARMJITInfo.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Target/ARM/ARMJITInfo.h b/llvm/lib/Target/ARM/ARMJITInfo.h
index 20048793a8a..81d896b7f1a 100644
--- a/llvm/lib/Target/ARM/ARMJITInfo.h
+++ b/llvm/lib/Target/ARM/ARMJITInfo.h
@@ -22,7 +22,7 @@ namespace llvm {
class ARMJITInfo : public TargetJITInfo {
ARMTargetMachine &TM;
public:
- ARMJITInfo(ARMTargetMachine &tm) : TM(tm) {useGOT = 0;}
+ explicit ARMJITInfo(ARMTargetMachine &tm) : TM(tm) {useGOT = 0;}
/// replaceMachineCodeForFunction - Make it so that calling the function
/// whose machine code is at OLD turns into a call to NEW, perhaps by
OpenPOWER on IntegriCloud