mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-04-01 03:33:42 +00:00
fix incorrectly translated testcase
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@32093 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
16244f4026
commit
5dd4391c66
@ -11,6 +11,6 @@ F:
|
||||
|
||||
bool %caller(bool %C) {
|
||||
%X = call int %foo(bool %C)
|
||||
%Y = trunc int %X to bool
|
||||
%Y = setne int %X, 0
|
||||
ret bool %Y
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user