Don't use fast isel on this test.
This fixes the test on ARM. Looks like it was broken by r182877. Not sure if this is a bug on fast isel on ARM, but this should help fix the ARM bots. llvm-svn: 182937
This commit is contained in:
		
							parent
							
								
									ed0ae1d70b
								
							
						
					
					
						commit
						cf6bde9e2b
					
				| 
						 | 
					@ -1,4 +1,4 @@
 | 
				
			||||||
; RUN: llc -asm-verbose -O0 -o %t < %s 
 | 
					; RUN: llc -fast-isel=false -asm-verbose -O0 -o %t < %s 
 | 
				
			||||||
; RUN: grep DW_AT_APPLE_omit_frame_ptr %t
 | 
					; RUN: grep DW_AT_APPLE_omit_frame_ptr %t
 | 
				
			||||||
; RUN: llc -disable-fp-elim -asm-verbose -O0 -o %t < %s 
 | 
					; RUN: llc -disable-fp-elim -asm-verbose -O0 -o %t < %s 
 | 
				
			||||||
; RUN: grep -v DW_AT_APPLE_omit_frame_ptr %t
 | 
					; RUN: grep -v DW_AT_APPLE_omit_frame_ptr %t
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue