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…
	
		Reference in New Issue