From 218805d21d90698bf7c88faf0fc32c449d04bfdc Mon Sep 17 00:00:00 2001 From: Renato Golin Date: Wed, 3 Sep 2014 13:32:08 +0000 Subject: [PATCH] Check-label a bit more specific 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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/CodeGen/Thumb/thumb-memcpy-ldm-stm.ll b/test/CodeGen/Thumb/thumb-memcpy-ldm-stm.ll index 88a060a5778..c97036289c8 100644 --- a/test/CodeGen/Thumb/thumb-memcpy-ldm-stm.ll +++ b/test/CodeGen/Thumb/thumb-memcpy-ldm-stm.ll @@ -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) -- 2.34.1