mirror of
				https://github.com/c64scene-ar/llvm-6502.git
				synced 2025-11-04 05:17:07 +00:00 
			
		
		
		
	Make test work on non-x86 machines (like my G4 PPC).
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@52619 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
		@@ -1,5 +1,5 @@
 | 
			
		||||
; RUN: llvm-as < %s | llc -march=x86 | grep movsd | count 5
 | 
			
		||||
; RUN: llvm-as < %s | llc -march=x86 | grep movl | count 2
 | 
			
		||||
; RUN: llvm-as < %s | llc -march=x86 -mattr=+sse2 | grep movsd | count 5
 | 
			
		||||
; RUN: llvm-as < %s | llc -march=x86 -mattr=+sse2 | grep movl | count 2
 | 
			
		||||
 | 
			
		||||
@atomic = global double 0.000000e+00		; <double*> [#uses=1]
 | 
			
		||||
@atomic2 = global double 0.000000e+00		; <double*> [#uses=1]
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user