mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-13 20:32:21 +00:00
add a new testcase which occurs in 181.mcf
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@21489 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
446b5a9dd9
commit
936a775a1b
@ -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
Block a user