mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-15 07:34:33 +00:00
Fix testcase
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@4989 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
4c95e56743
commit
9a32f07857
@ -5,7 +5,7 @@ sbyte %test() { ret sbyte 1 }
|
||||
ubyte %test() { ret ubyte 1 }
|
||||
short %test() { ret short -1 }
|
||||
ushort %test() { ret ushort 65535 }
|
||||
int %main() { ret int -1 }
|
||||
int %main() { ret int 0 }
|
||||
uint %test() { ret uint 4 }
|
||||
;long %test() { ret void }
|
||||
;ulong %test() { ret void }
|
||||
|
Loading…
x
Reference in New Issue
Block a user