new testcase

llvm-svn: 21708
This commit is contained in:
Chris Lattner 2005-05-06 00:58:09 +00:00
parent 584ed83d4a
commit ce8dd82d66
1 changed files with 5 additions and 0 deletions

View File

@ -128,3 +128,8 @@ bool %test19(int %A) {
ret bool %D
}
int %test20(int %x) {
%y = and int %x, 123
%z = or int %y, %x
ret int %z
}