new testcase

llvm-svn: 35851
This commit is contained in:
Chris Lattner 2007-04-09 23:51:49 +00:00
parent e0bbbd3774
commit ec0020433b
1 changed files with 5 additions and 0 deletions

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
}