Check-label a bit more specific
authorRenato Golin <renato.golin@linaro.org>
Wed, 3 Sep 2014 13:32:08 +0000 (13:32 +0000)
committerRenato Golin <renato.golin@linaro.org>
Wed, 3 Sep 2014 13:32:08 +0000 (13:32 +0000)
Sometimes, the .file could be reordered and it'd identify the ldr in the filename as a bad match.

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

test/CodeGen/Thumb/thumb-memcpy-ldm-stm.ll

index 88a060a5778470e209d7f1d51c60e29f524c5688..c97036289c801a6ba8fa0f763e97920fa7270937 100644 (file)
@@ -6,7 +6,7 @@
 ; Function Attrs: nounwind
 define void @t1() #0 {
 entry:
-; CHECK-LABEL: t1
+; CHECK-LABEL: t1:
 ; CHECK-NOT: ldm
 ; CHECK-NOT: stm
     tail call void @llvm.memcpy.p0i8.p0i8.i32(i8* bitcast ([64 x i32]* @s to i8*), i8* bitcast ([64 x i32]* @d to i8*), i32 17, i32 4, i1 false)