summaryrefslogtreecommitdiffstats
path: root/llvm/test/Transforms/InstCombine/vec_shuffle.ll
diff options
context:
space:
mode:
authorStephen Lin <stephenwlin@gmail.com>2013-07-14 01:38:19 +0000
committerStephen Lin <stephenwlin@gmail.com>2013-07-14 01:38:19 +0000
commit2e105ff8b789f517c3e19de275775df2d6da4aa0 (patch)
tree5975ceef6580d53f942f9cd861588818038cc665 /llvm/test/Transforms/InstCombine/vec_shuffle.ll
parenta8d23ce8ce87a37ff53631c00f22e355fbb441e9 (diff)
downloadbcm5719-llvm-2e105ff8b789f517c3e19de275775df2d6da4aa0.tar.gz
bcm5719-llvm-2e105ff8b789f517c3e19de275775df2d6da4aa0.zip
Modify two Transforms tests to explicitly check for full function names in some cases, rather than just a common prefix. No functionality change.
(This is to avoid confusing a scripted mass update of these tests to use CHECK-LABEL) llvm-svn: 186267
Diffstat (limited to 'llvm/test/Transforms/InstCombine/vec_shuffle.ll')
-rw-r--r--llvm/test/Transforms/InstCombine/vec_shuffle.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/Transforms/InstCombine/vec_shuffle.ll b/llvm/test/Transforms/InstCombine/vec_shuffle.ll
index 2adc1c96939..8d14a6c7032 100644
--- a/llvm/test/Transforms/InstCombine/vec_shuffle.ll
+++ b/llvm/test/Transforms/InstCombine/vec_shuffle.ll
@@ -101,7 +101,7 @@ define <4 x i8> @test9a(<16 x i8> %tmp6) nounwind {
; Test fold of two shuffles where the first shuffle vectors inputs are a
; different length then the second.
define <4 x i8> @test9b(<4 x i8> %tmp6, <4 x i8> %tmp7) nounwind {
-; CHECK: @test9
+; CHECK: @test9b
; CHECK-NEXT: shufflevector
; CHECK-NEXT: ret
%tmp1 = shufflevector <4 x i8> %tmp6, <4 x i8> %tmp7, <8 x i32> <i32 0, i32 1, i32 4, i32 5, i32 4, i32 5, i32 2, i32 3> ; <<4 x i8>> [#uses=1]
OpenPOWER on IntegriCloud