forked from OSchip/llvm-project
				
			Tidy whitespace in generated arm_neon.h.
llvm-svn: 113865
This commit is contained in:
		
							parent
							
								
									4e4425030a
								
							
						
					
					
						commit
						86ac3fc9af
					
				| 
						 | 
				
			
			@ -912,7 +912,7 @@ void NeonEmitter::run(raw_ostream &OS) {
 | 
			
		|||
      OS << "typedef __attribute__(( __vector_size__(";
 | 
			
		||||
      
 | 
			
		||||
      OS << utostr(8*v*(quad ? 2 : 1)) << ") )) ";
 | 
			
		||||
      if (!quad)
 | 
			
		||||
      if (!quad && v == 1)
 | 
			
		||||
        OS << " ";
 | 
			
		||||
      
 | 
			
		||||
      OS << TypeString('s', TDTypeVec[i]);
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in New Issue