From 73f2a7bbb23581f68954ce13807fcdacef48a3bf Mon Sep 17 00:00:00 2001 From: David Majnemer Date: Mon, 11 May 2015 05:33:27 +0000 Subject: [PATCH] Make buildbots happy git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@236970 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/Transforms/InstCombine/unpack-fca.ll | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/Transforms/InstCombine/unpack-fca.ll b/test/Transforms/InstCombine/unpack-fca.ll index fc04b24a875..48bb157956a 100644 --- a/test/Transforms/InstCombine/unpack-fca.ll +++ b/test/Transforms/InstCombine/unpack-fca.ll @@ -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 -- 2.34.1