mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-30 08:44:48 +00:00
new testcase for unneeded and
llvm-svn: 21711
This commit is contained in:
parent
a2b995acae
commit
88ef664af0
@ -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
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user