add a new testcase which occurs in 181.mcf

llvm-svn: 21489
This commit is contained in:
Chris Lattner 2005-04-24 06:55:33 +00:00
parent 1c8d93b08f
commit 624d5cb006
1 changed files with 6 additions and 0 deletions

View File

@ -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
}