new testcase for unneeded and

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@21711 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Chris Lattner 2005-05-06 01:52:52 +00:00
parent 564d20cb9b
commit cb94575bc6

View File

@ -192,3 +192,8 @@ int %test29(ubyte %X) {
ret int %Z
}
int %test30(bool %X) {
%Y = cast bool %X to int
%Z = and int %Y, 1
ret int %Z
}