mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-02-08 21:32:39 +00:00
This test case previously passed the assembler without error even though
it used an undefined type name as a parameter argument. This bug in the assembler has been fixed and it is now necessary to define the type. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@32826 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
8c8a2dc467
commit
56581b713d
@ -1,6 +1,8 @@
|
||||
; There should be exactly two calls here (memset and malloc), no more.
|
||||
; RUN: llvm-upgrade < %s | llvm-as | llc -march=alpha | grep jsr | wc -l | grep 2
|
||||
|
||||
%typedef.bc_struct = type opaque
|
||||
|
||||
implementation ; Functions:
|
||||
|
||||
declare void %llvm.memset.i64(sbyte*, ubyte, ulong, uint)
|
||||
|
Loading…
x
Reference in New Issue
Block a user