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:
David Majnemer 2015-05-11 05:33:27 +00:00
parent c88eae46da
commit 73f2a7bbb2

View File

@ -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