forked from OSchip/llvm-project
				
			Fix this test case to match output after a bug was fixed.
llvm-svn: 35359
This commit is contained in:
		
							parent
							
								
									755d0e7ffc
								
							
						
					
					
						commit
						d9fe01c7a4
					
				| 
						 | 
					@ -1,5 +1,6 @@
 | 
				
			||||||
; PR1271
 | 
					; PR1271
 | 
				
			||||||
; RUN: llvm-as < %s | opt -instcombine | llvm-dis | grep 'br i1 %1'
 | 
					; RUN: llvm-as < %s | opt -instcombine | llvm-dis | \
 | 
				
			||||||
 | 
					; RUN:    grep 'icmp eq i32 .tmp.*, 2146435072'
 | 
				
			||||||
%struct..0anon = type { i32, i32 }
 | 
					%struct..0anon = type { i32, i32 }
 | 
				
			||||||
%struct..1anon = type { double }
 | 
					%struct..1anon = type { double }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue