; RUN: llc < %s -mtriple=x86_64-pc-win32-coreclr | FileCheck %s -check-prefix=WIN_X64 ; RUN: llc < %s -mtriple=x86_64-pc-linux | FileCheck %s -check-prefix=LINUX %Object = type <{ [0 x i64*]* }> define void @C1(%Object addrspace(1)* %param0) gc "coreclr" { entry: ; WIN_X64: # BB#0: ; WIN_X64: pushq %rax ; LINUX: # BB#0: # %entry ; LINUX: movq $0, -8(%rsp) %this = alloca %Object addrspace(1)* store %Object addrspace(1)* null, %Object addrspace(1)** %this store %Object addrspace(1)* %param0, %Object addrspace(1)** %this br label %0 ;