mirror of
https://github.com/llvm/llvm-project.git
synced 2025-05-18 22:16:05 +00:00
Better use initializer lists.
llvm-svn: 127716
This commit is contained in:
parent
63062ccf85
commit
b51c830f7c
@ -240,11 +240,8 @@ class ConvertToScalarInfo {
|
||||
|
||||
public:
|
||||
explicit ConvertToScalarInfo(unsigned Size, const TargetData &td)
|
||||
: AllocaSize(Size), TD(td) {
|
||||
IsNotTrivial = false;
|
||||
VectorTy = 0;
|
||||
HadAVector = false;
|
||||
}
|
||||
: AllocaSize(Size), TD(td), IsNotTrivial(false), VectorTy(0),
|
||||
HadAVector(false) { }
|
||||
|
||||
AllocaInst *TryConvert(AllocaInst *AI);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user