summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target
diff options
context:
space:
mode:
authorDan Gohman <gohman@apple.com>2007-07-30 14:51:59 +0000
committerDan Gohman <gohman@apple.com>2007-07-30 14:51:59 +0000
commite379f08b193f76f2426c180ec3ccf1527fd11ec6 (patch)
treeadbe93af9d951482199ef22fb8f6b344029955e8 /llvm/lib/Target
parente6656eb4ad5a5157c1bc4b908817f2aba283111e (diff)
downloadbcm5719-llvm-e379f08b193f76f2426c180ec3ccf1527fd11ec6.tar.gz
bcm5719-llvm-e379f08b193f76f2426c180ec3ccf1527fd11ec6.zip
More explicit keywords.
llvm-svn: 40589
Diffstat (limited to 'llvm/lib/Target')
-rw-r--r--llvm/lib/Target/ARM/ARMFrameInfo.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Target/ARM/ARMFrameInfo.h b/llvm/lib/Target/ARM/ARMFrameInfo.h
index c56640a3545..67ea7b6ce37 100644
--- a/llvm/lib/Target/ARM/ARMFrameInfo.h
+++ b/llvm/lib/Target/ARM/ARMFrameInfo.h
@@ -23,7 +23,7 @@ namespace llvm {
class ARMFrameInfo : public TargetFrameInfo {
public:
- ARMFrameInfo(const ARMSubtarget &ST)
+ explicit ARMFrameInfo(const ARMSubtarget &ST)
: TargetFrameInfo(StackGrowsDown, ST.getStackAlignment(), 0) {
}
};
OpenPOWER on IntegriCloud