Add '#' to test regex that I forgot in r303025.
authorDaniel Jasper <djasper@google.com>
Mon, 15 May 2017 04:58:27 +0000 (04:58 +0000)
committerDaniel Jasper <djasper@google.com>
Mon, 15 May 2017 04:58:27 +0000 (04:58 +0000)
llvm-svn: 303034

llvm/test/Analysis/BasicAA/intrinsics-arm.ll

index 163acdd..e15ce1c 100644 (file)
@@ -10,7 +10,7 @@ target datalayout = "e-p:32:32:32-i1:8:32-i8:8:32-i16:16:32-i32:32:32-i64:32:32-
 ; CHECK:      define <8 x i16> @test1(i8* %p, <8 x i16> %y) {
 ; CHECK-NEXT: entry:
 ; CHECK-NEXT:   %q = getelementptr i8, i8* %p, i64 16
-; CHECK-NEXT:   %a = call <8 x i16> @llvm.arm.neon.vld1.v8i16.p0i8(i8* %p, i32 16) [[ATTR:[0-9]+]]
+; CHECK-NEXT:   %a = call <8 x i16> @llvm.arm.neon.vld1.v8i16.p0i8(i8* %p, i32 16) [[ATTR:#[0-9]+]]
 ; CHECK-NEXT:   call void @llvm.arm.neon.vst1.p0i8.v8i16(i8* %q, <8 x i16> %y, i32 16)
 ; CHECK-NEXT:   %c = add <8 x i16> %a, %a
 define <8 x i16> @test1(i8* %p, <8 x i16> %y) {