new testcase

llvm-svn: 26154
This commit is contained in:
Chris Lattner 2006-02-13 23:07:02 +00:00
parent 4108d260e8
commit 8081f40b50
1 changed files with 6 additions and 0 deletions

View File

@ -220,3 +220,9 @@ uint %test33(uint %b) { ;; Code corresponding to one-bit bitfield ^1.
ret uint %tmp.13
}
int %test34(int %A, int %B) {
%tmp.2 = or int %B, %A
%tmp.4 = and int %tmp.2, %B
ret int %tmp.4
}