1
0
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:
Chris Lattner 2005-05-01 04:24:15 +00:00
parent 845b0cc908
commit 2b67adb1f8

View File

@ -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
}