diff options
Diffstat (limited to 'llvm/test/CodeGen/X86/win64_sibcall.ll')
-rw-r--r-- | llvm/test/CodeGen/X86/win64_sibcall.ll | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/test/CodeGen/X86/win64_sibcall.ll b/llvm/test/CodeGen/X86/win64_sibcall.ll index 42dd4d31ca9..5a65d34a426 100644 --- a/llvm/test/CodeGen/X86/win64_sibcall.ll +++ b/llvm/test/CodeGen/X86/win64_sibcall.ll @@ -6,9 +6,9 @@ define void @C1(%Object addrspace(1)* %param0) gc "coreclr" { entry: -; WIN_X64: # BB#0: +; WIN_X64: # %bb.0: ; WIN_X64: pushq %rax -; LINUX: # BB#0: # %entry +; LINUX: # %bb.0: # %entry ; LINUX: movq $0, -8(%rsp) %this = alloca %Object addrspace(1)* |