Yet another testcase

llvm-svn: 6871
This commit is contained in:
Chris Lattner 2003-06-23 21:49:25 +00:00
parent 9dac57f42d
commit c6f0c13235

View File

@ -81,3 +81,9 @@ bool %test12(ubyte %A) {
ret bool %C
}
bool %test13(ubyte %A, ubyte %b) {
%B = add ubyte %A, %b
%C = cast ubyte %B to bool ; === A != 1
ret bool %C
}