new testcase

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@30455 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Chris Lattner 2006-09-18 05:25:10 +00:00
parent 0ec0b539a7
commit e04deb9914

View File

@ -192,5 +192,10 @@ uint %test30(uint %c1) {
ret uint %c4
}
bool %test31(ulong %A) {
%B = cast ulong %A to int
%C = and int %B, 42
%D = seteq int %C, 10
ret bool %D
}