diff options
| author | Renato Golin <renato.golin@linaro.org> | 2014-09-03 13:32:08 +0000 |
|---|---|---|
| committer | Renato Golin <renato.golin@linaro.org> | 2014-09-03 13:32:08 +0000 |
| commit | c028a8e77742b3b96ba9eb02c137d597b342dd74 (patch) | |
| tree | 7147c6bb92813999e51b75cdcae0304accb78d09 /llvm | |
| parent | 6bcbe6e04d0ff61e3eec9eb01d3c535fd2f78a38 (diff) | |
| download | bcm5719-llvm-c028a8e77742b3b96ba9eb02c137d597b342dd74.tar.gz bcm5719-llvm-c028a8e77742b3b96ba9eb02c137d597b342dd74.zip | |
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
Diffstat (limited to 'llvm')
| -rw-r--r-- | llvm/test/CodeGen/Thumb/thumb-memcpy-ldm-stm.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/Thumb/thumb-memcpy-ldm-stm.ll b/llvm/test/CodeGen/Thumb/thumb-memcpy-ldm-stm.ll index 88a060a5778..c97036289c8 100644 --- a/llvm/test/CodeGen/Thumb/thumb-memcpy-ldm-stm.ll +++ b/llvm/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) |

