new testcase

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@35851 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Chris Lattner 2007-04-09 23:51:49 +00:00
parent 2da8da46ba
commit 5c05fa0d0b

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
}