mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-06-26 23:24:34 +00:00
Add some more interesting cases to this test.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@34042 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@ -17,5 +17,7 @@ int %main(int %argc, ubyte** %argv) {
|
|||||||
%fptr = alloca void (%mystruct*, i32)*
|
%fptr = alloca void (%mystruct*, i32)*
|
||||||
%f = load void (%mystruct*, i32)**%fptr
|
%f = load void (%mystruct*, i32)**%fptr
|
||||||
call csretcc void %f(%mystruct* %astr, i32 7)
|
call csretcc void %f(%mystruct* %astr, i32 7)
|
||||||
|
store void (%mystruct* , i32)* %nada, void (%mystruct*, i32)** %fptr
|
||||||
|
|
||||||
ret int 0
|
ret int 0
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user