Better use initializer lists.
llvm-svn: 127716
This commit is contained in:
@@ -240,11 +240,8 @@ class ConvertToScalarInfo {
|
|||||||
|
|
||||||
public:
|
public:
|
||||||
explicit ConvertToScalarInfo(unsigned Size, const TargetData &td)
|
explicit ConvertToScalarInfo(unsigned Size, const TargetData &td)
|
||||||
: AllocaSize(Size), TD(td) {
|
: AllocaSize(Size), TD(td), IsNotTrivial(false), VectorTy(0),
|
||||||
IsNotTrivial = false;
|
HadAVector(false) { }
|
||||||
VectorTy = 0;
|
|
||||||
HadAVector = false;
|
|
||||||
}
|
|
||||||
|
|
||||||
AllocaInst *TryConvert(AllocaInst *AI);
|
AllocaInst *TryConvert(AllocaInst *AI);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user