From e64c7c75309d5d7520bf5dacf388028c6f1b7308 Mon Sep 17 00:00:00 2001 From: Matt Arsenault Date: Wed, 2 Oct 2013 20:29:00 +0000 Subject: Fix missing CHECK-LABELs llvm-svn: 191853 --- llvm/test/Transforms/LoopVectorize/bsd_regex.ll | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'llvm/test/Transforms/LoopVectorize/bsd_regex.ll') diff --git a/llvm/test/Transforms/LoopVectorize/bsd_regex.ll b/llvm/test/Transforms/LoopVectorize/bsd_regex.ll index a14b92d229b..7b712729a1c 100644 --- a/llvm/test/Transforms/LoopVectorize/bsd_regex.ll +++ b/llvm/test/Transforms/LoopVectorize/bsd_regex.ll @@ -4,7 +4,7 @@ target datalayout = "e-p:64:64:64-i1:8:8-i8:8:8-i16:16:16-i32:32:32-i64:64:64-f3 ;PR 15830. -;CHECK: foo +;CHECK-LABEL: @foo( ; When scalarizing stores we need to preserve the original order. ; Make sure that we are extracting in the correct order (0101, and not 0011). ;CHECK: extractelement <2 x i64> {{.*}}, i32 0 -- cgit v1.2.3