[llvm] r217037 - Check-label a bit more specific

Renato Golin renato.golin at linaro.org
Wed Sep 3 06:32:09 PDT 2014


Author: rengolin
Date: Wed Sep  3 08:32:08 2014
New Revision: 217037

URL: http://llvm.org/viewvc/llvm-project?rev=217037&view=rev
Log:
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.

Modified:
    llvm/trunk/test/CodeGen/Thumb/thumb-memcpy-ldm-stm.ll

Modified: llvm/trunk/test/CodeGen/Thumb/thumb-memcpy-ldm-stm.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/Thumb/thumb-memcpy-ldm-stm.ll?rev=217037&r1=217036&r2=217037&view=diff
==============================================================================
--- llvm/trunk/test/CodeGen/Thumb/thumb-memcpy-ldm-stm.ll (original)
+++ llvm/trunk/test/CodeGen/Thumb/thumb-memcpy-ldm-stm.ll Wed Sep  3 08:32:08 2014
@@ -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)





More information about the llvm-commits mailing list