summaryrefslogtreecommitdiffstats
path: root/llvm
diff options
context:
space:
mode:
authorDavid Majnemer <david.majnemer@gmail.com>2015-05-11 05:33:27 +0000
committerDavid Majnemer <david.majnemer@gmail.com>2015-05-11 05:33:27 +0000
commit176fd7c4af4215d0265a27e95dfccab51bc70196 (patch)
treef6685a3d69254fe03b911c1c44a4f7df038a0e45 /llvm
parent7536460c0f7560ded8f7eaf3079e7c367cf9339b (diff)
downloadbcm5719-llvm-176fd7c4af4215d0265a27e95dfccab51bc70196.tar.gz
bcm5719-llvm-176fd7c4af4215d0265a27e95dfccab51bc70196.zip
Make buildbots happy
llvm-svn: 236970
Diffstat (limited to 'llvm')
-rw-r--r--llvm/test/Transforms/InstCombine/unpack-fca.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/Transforms/InstCombine/unpack-fca.ll b/llvm/test/Transforms/InstCombine/unpack-fca.ll
index fc04b24a875..48bb157956a 100644
--- a/llvm/test/Transforms/InstCombine/unpack-fca.ll
+++ b/llvm/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
OpenPOWER on IntegriCloud