Fix a typo
authorDavid Majnemer <david.majnemer@gmail.com>
Fri, 3 Apr 2015 20:56:24 +0000 (20:56 +0000)
committerDavid Majnemer <david.majnemer@gmail.com>
Fri, 3 Apr 2015 20:56:24 +0000 (20:56 +0000)
CHECK-LABEL had the wrong function name.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@234051 91177308-0d34-0410-b5e6-96231b3b80d8

test/Transforms/InstCombine/vec_shuffle.ll

index 87b612b7fbc9c8c9379a888c8cdc1725f49ad26c..d4d7f167ef072342f9d55240097249b839d81cc0 100644 (file)
@@ -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> <i32 0, i32 1>
 ; CHECK-NEXT: ret <2 x i32*> %[[V]]
   %1 = shufflevector <4 x i32*> %A, <4 x i32*> undef, <2 x i32> <i32 0, i32 1>