From: David Majnemer Date: Fri, 3 Apr 2015 20:56:24 +0000 (+0000) Subject: Fix a typo X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=33b9ae320a28d0ceb5ff28bf4fd34768bfb62206;p=oota-llvm.git Fix a typo CHECK-LABEL had the wrong function name. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@234051 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/Transforms/InstCombine/vec_shuffle.ll b/test/Transforms/InstCombine/vec_shuffle.ll index 87b612b7fbc..d4d7f167ef0 100644 --- a/test/Transforms/InstCombine/vec_shuffle.ll +++ b/test/Transforms/InstCombine/vec_shuffle.ll @@ -416,7 +416,7 @@ define <4 x i32> @pr20114(<4 x i32> %__mask) { } define <2 x i32*> @pr23113(<4 x i32*> %A) { -; CHECK-LABEL: @pr20114 +; CHECK-LABEL: @pr23113 ; CHECK: %[[V:.*]] = shufflevector <4 x i32*> %A, <4 x i32*> undef, <2 x i32> ; CHECK-NEXT: ret <2 x i32*> %[[V]] %1 = shufflevector <4 x i32*> %A, <4 x i32*> undef, <2 x i32>