mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-02-06 06:33:24 +00:00
update one more test
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@112910 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
2295b5a5cd
commit
7dd123d5b5
@ -17,8 +17,8 @@ return(char)s->c;
|
|||||||
}
|
}
|
||||||
main()
|
main()
|
||||||
{
|
{
|
||||||
// CHECK: getelementptr inbounds %struct.T* %t, i32 0, i32 0 ; <i32*> [#uses=2]
|
// CHECK: getelementptr inbounds %struct.T* %t, i32 0, i32 0
|
||||||
// CHECK: getelementptr inbounds %struct.T* %t, i32 0, i32 0 ; <i32*> [#uses=2]
|
// CHECK: getelementptr inbounds %struct.T* %t, i32 0, i32 0
|
||||||
struct T t;
|
struct T t;
|
||||||
t.i=0xff;
|
t.i=0xff;
|
||||||
t.c=0xffff11;
|
t.c=0xffff11;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user