mirror of
				https://github.com/c64scene-ar/llvm-6502.git
				synced 2025-10-30 16:17:05 +00:00 
			
		
		
		
	new testcase
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@21539 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
		| @@ -58,3 +58,11 @@ int %test9() { | |||||||
| 	%B = cast double* %A to int | 	%B = cast double* %A to int | ||||||
| 	ret int %B | 	ret int %B | ||||||
| } | } | ||||||
|  |  | ||||||
|  | bool %g({int, int} * %x, {int, int} * %y) { | ||||||
|  |         %tmp.1 = getelementptr {int,int}* %x, int 0, uint 1 | ||||||
|  |         %tmp.3 = getelementptr {int,int}* %y, int 0, uint 1 | ||||||
|  |         %tmp.4 = seteq int* %tmp.1, %tmp.3    ;; seteq x, y | ||||||
|  |         ret bool %tmp.4 | ||||||
|  | } | ||||||
|  |  | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user