mirror of
				https://github.com/c64scene-ar/llvm-6502.git
				synced 2025-10-30 16:17:05 +00:00 
			
		
		
		
	Make this test x86-specific for now; targets that don't use
the automated CallingConv code to handle return values typically don't support multiple return values. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@48265 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
		| @@ -1,4 +1,4 @@ | |||||||
| ; RUN: llvm-as < %s | llc | ; RUN: llvm-as < %s | llc -march=x86 | ||||||
| 
 | 
 | ||||||
| define {i64, float} @bar(i64 %a, float %b) { | define {i64, float} @bar(i64 %a, float %b) { | ||||||
|         %y = add i64 %a, 7 |         %y = add i64 %a, 7 | ||||||
		Reference in New Issue
	
	Block a user