diff options
Diffstat (limited to 'llvm/test/CodeGen/X86/byval-callee-cleanup.ll')
-rw-r--r-- | llvm/test/CodeGen/X86/byval-callee-cleanup.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/X86/byval-callee-cleanup.ll b/llvm/test/CodeGen/X86/byval-callee-cleanup.ll index d2009a8ed96..8e059d43344 100644 --- a/llvm/test/CodeGen/X86/byval-callee-cleanup.ll +++ b/llvm/test/CodeGen/X86/byval-callee-cleanup.ll @@ -23,5 +23,5 @@ define x86_thiscallcc void @g(i8* %this, %struct.Six* byval %a) { define x86_fastcallcc void @h(i32 inreg %x, i32 inreg %y, %struct.Six* byval %a) { ret void } -; CHECK-LABEL: @h@8: +; CHECK-LABEL: @h@16: ; CHECK: retl $8 |