1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-23 11:13:28 +01:00

new testcase

llvm-svn: 35851
This commit is contained in:
Chris Lattner 2007-04-09 23:51:49 +00:00
parent bd7d060e79
commit 5d7cf88b9a

View File

@ -145,3 +145,8 @@ int %test24(uint %a) {
ret int %tmp.3
}
bool %test25(uint %A) {
%B = and uint %A, 2
%C = setgt uint %B, 2
ret bool %C
}