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.

llvm-svn: 217037
This commit is contained in:
Renato Golin 2014-09-03 13:32:08 +00:00
parent 6bcbe6e04d
commit c028a8e777
1 changed files with 1 additions and 1 deletions

View 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)