mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-31 20:51:52 +01:00
update one more test
llvm-svn: 112910
This commit is contained in:
parent
e2ef5b78ff
commit
4062754b22
@ -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