diff options
Diffstat (limited to 'test/CodeGen/X86/GC/dynamic-frame-size.ll')
| -rw-r--r-- | test/CodeGen/X86/GC/dynamic-frame-size.ll | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/test/CodeGen/X86/GC/dynamic-frame-size.ll b/test/CodeGen/X86/GC/dynamic-frame-size.ll index a3583d46a29a2..9ec9b8b085076 100644 --- a/test/CodeGen/X86/GC/dynamic-frame-size.ll +++ b/test/CodeGen/X86/GC/dynamic-frame-size.ll @@ -17,12 +17,12 @@ define void @test(i8* %ptr) gc "erlang" { ; CHECK: .note.gc ; CHECK-NEXT: .align 8 ; safe point count -; CHECK .short 1 -; CHECK .long .Ltmp0 +; CHECK: .short 1 +; CHECK: .long .Ltmp0 ; stack frame size (in words) -; CHECK .short -1 +; CHECK: .short -1 ; stack arity (arguments on the stack) -; CHECK .short 0 +; CHECK: .short 0 ; live root count -; CHECK .short 0 +; CHECK: .short 0 |
