forked from OSchip/llvm-project
add a new testcase which occurs in 181.mcf
llvm-svn: 21489
This commit is contained in:
parent
1c8d93b08f
commit
624d5cb006
|
@ -100,3 +100,9 @@ endif:
|
|||
ret bool %tmp.4
|
||||
}
|
||||
|
||||
bool %test19(bool %A, bool %B) {
|
||||
%a = cast bool %A to int
|
||||
%b = cast bool %B to int
|
||||
%C = seteq int %a, %b
|
||||
ret bool %C
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue