diff options
Diffstat (limited to 'llvm/test/CodeGen/X86/sibcall-3.ll')
| -rw-r--r-- | llvm/test/CodeGen/X86/sibcall-3.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/X86/sibcall-3.ll b/llvm/test/CodeGen/X86/sibcall-3.ll index f0d66cf7b69..f97abe00295 100644 --- a/llvm/test/CodeGen/X86/sibcall-3.ll +++ b/llvm/test/CodeGen/X86/sibcall-3.ll @@ -3,7 +3,7 @@ define void @t1(i8* inreg %dst, i8* inreg %src, i8* inreg %len) nounwind { ; CHECK: t1: -; CHECK: call 0 +; CHECK: calll 0 tail call void null(i8* inreg %dst, i8* inreg %src, i8* inreg %len) nounwind ret void } |

