There is no "-mattr=+sse1" flag; fix test for non-x86 hosts.
llvm-svn: 48156
This commit is contained in:
		
							parent
							
								
									89fc4d4af7
								
							
						
					
					
						commit
						65aada6e8f
					
				| 
						 | 
				
			
			@ -1,7 +1,7 @@
 | 
			
		|||
; RUN: llvm-as < %s | llc -march=x86 -mattr=+sse1 | grep prefetchnta
 | 
			
		||||
; RUN: llvm-as < %s | llc -march=x86 -mattr=+sse1 | grep prefetcht0
 | 
			
		||||
; RUN: llvm-as < %s | llc -march=x86 -mattr=+sse1 | grep prefetcht1
 | 
			
		||||
; RUN: llvm-as < %s | llc -march=x86 -mattr=+sse1 | grep prefetcht2
 | 
			
		||||
; RUN: llvm-as < %s | llc -march=x86 -mattr=+sse | grep prefetchnta
 | 
			
		||||
; RUN: llvm-as < %s | llc -march=x86 -mattr=+sse | grep prefetcht0
 | 
			
		||||
; RUN: llvm-as < %s | llc -march=x86 -mattr=+sse | grep prefetcht1
 | 
			
		||||
; RUN: llvm-as < %s | llc -march=x86 -mattr=+sse | grep prefetcht2
 | 
			
		||||
 | 
			
		||||
define void @t(i8* %ptr) nounwind  {
 | 
			
		||||
entry:
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in New Issue