diff options
author | Jonathan Roelofs <jonathan@codesourcery.com> | 2015-08-10 19:56:39 +0000 |
---|---|---|
committer | Jonathan Roelofs <jonathan@codesourcery.com> | 2015-08-10 19:56:39 +0000 |
commit | db61c3022085cd610745b76add6499c16cf0287f (patch) | |
tree | e548dac150309fe2887ffa5bd733f51089ffa6bc /test/CodeGen/X86/tailcall-mem-intrinsics.ll | |
parent | 9224227bc2310ddda5e4bf7bc8aebde48fae7f4d (diff) |
Fix a few more cases of 'CHECK[^:]*$'. NFCI
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@244491 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/X86/tailcall-mem-intrinsics.ll')
-rw-r--r-- | test/CodeGen/X86/tailcall-mem-intrinsics.ll | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/CodeGen/X86/tailcall-mem-intrinsics.ll b/test/CodeGen/X86/tailcall-mem-intrinsics.ll index 0e0ab5c478f..8e1e4f464ba 100644 --- a/test/CodeGen/X86/tailcall-mem-intrinsics.ll +++ b/test/CodeGen/X86/tailcall-mem-intrinsics.ll @@ -8,8 +8,8 @@ entry: ret void } -; CHECK-LABEL: tail_memset -; CHECK; jmp memmove +; CHECK-LABEL: tail_memmove +; CHECK: jmp memmove define void @tail_memmove(i8* nocapture %p, i8* nocapture readonly %q, i32 %n) #0 { entry: tail call void @llvm.memmove.p0i8.p0i8.i32(i8* %p, i8* %q, i32 %n, i32 1, i1 false) |