mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-24 03:33:20 +01:00
add a new testcase
llvm-svn: 21644
This commit is contained in:
parent
845b0cc908
commit
2b67adb1f8
@ -54,3 +54,8 @@ cond_continue.i:
|
||||
ret int %tmp.3
|
||||
}
|
||||
|
||||
int %test7(int %X) {
|
||||
%V = getelementptr int* null, int %X
|
||||
%R = load int* %V
|
||||
ret int %R
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user