forked from OSchip/llvm-project
Use the explicit keyword for the SCEV class' constructor.
llvm-svn: 36686
This commit is contained in:
parent
779b52e4c4
commit
ac050d446b
|
@ -54,7 +54,7 @@ namespace llvm {
|
|||
protected:
|
||||
virtual ~SCEV();
|
||||
public:
|
||||
SCEV(unsigned SCEVTy) : SCEVType(SCEVTy), RefCount(0) {}
|
||||
explicit SCEV(unsigned SCEVTy) : SCEVType(SCEVTy), RefCount(0) {}
|
||||
|
||||
/// getNegativeSCEV - Return the SCEV object corresponding to -V.
|
||||
///
|
||||
|
|
Loading…
Reference in New Issue