mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-02-24 12:29:33 +00:00
Make buildbots happy
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@236970 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
c88eae46da
commit
73f2a7bbb2
@ -36,7 +36,7 @@ define void @storeArrayOfA() {
|
||||
body:
|
||||
%0 = tail call i8* @allocmemory(i64 32)
|
||||
%1 = bitcast i8* %0 to [1 x %A]*
|
||||
; CHECK-LABEL: storeStructOfA
|
||||
; CHECK-LABEL: storeArrayOfA
|
||||
; CHECK: store %A__vtbl* @A__vtblZ
|
||||
store [1 x %A] [%A { %A__vtbl* @A__vtblZ }], [1 x %A]* %1, align 8
|
||||
ret void
|
||||
|
Loading…
x
Reference in New Issue
Block a user