mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-02-03 10:54:42 +00:00
Yet another testcase
llvm-svn: 6871
This commit is contained in:
parent
9dac57f42d
commit
c6f0c13235
@ -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
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user