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/no_outside_user.ll | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'llvm/test/Transforms/LoopVectorize/no_outside_user.ll') diff --git a/llvm/test/Transforms/LoopVectorize/no_outside_user.ll b/llvm/test/Transforms/LoopVectorize/no_outside_user.ll index c83d7aac7b6..1f891ad2c4f 100644 --- a/llvm/test/Transforms/LoopVectorize/no_outside_user.ll +++ b/llvm/test/Transforms/LoopVectorize/no_outside_user.ll @@ -12,7 +12,7 @@ target datalayout = "e-p:32:32:32-i1:8:8-i8:8:8-i16:16:16-i32:32:32-i64:32:64-f3 ; We used to vectorize this loop. But it has a value that is used outside of the ; and is not a recognized reduction variable "tmp17". -; CHECK-LABEL: main +; CHECK-LABEL: @main( ; CHECK-NOT: <2 x i32> define i32 @main() { @@ -43,7 +43,7 @@ f1.exit.loopexit: ; loop user. We currently don't handle this case. ; PR17179 -; CHECK-LABEL: test2 +; CHECK-LABEL: @test2( ; CHECK-NOT: <2 x @x1 = common global i32 0, align 4 -- cgit v1.2.3