forked from OSchip/llvm-project
				
			
							parent
							
								
									63062ccf85
								
							
						
					
					
						commit
						b51c830f7c
					
				| 
						 | 
					@ -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);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue