mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-02-03 19:02:35 +00:00
Better use initializer lists.
llvm-svn: 127716
This commit is contained in:
parent
f09bb5f2f5
commit
88790f3d4d
@ -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