More explicit keywords.
[oota-llvm.git] / lib / Target / ARM / ARMFrameInfo.h
index c56640a35459e847cab75fb927bc05b84013c114..67ea7b6ce37d89e32d12fc0acb5466460f4db28b 100644 (file)
@@ -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) {
   }
 };