diff options
Diffstat (limited to 'llvm/test/CodeGen/X86/GC/dynamic-frame-size.ll')
-rw-r--r-- | llvm/test/CodeGen/X86/GC/dynamic-frame-size.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/X86/GC/dynamic-frame-size.ll b/llvm/test/CodeGen/X86/GC/dynamic-frame-size.ll index 9ec9b8b0850..0f9a8f57cf2 100644 --- a/llvm/test/CodeGen/X86/GC/dynamic-frame-size.ll +++ b/llvm/test/CodeGen/X86/GC/dynamic-frame-size.ll @@ -15,7 +15,7 @@ define void @test(i8* %ptr) gc "erlang" { } ; CHECK: .note.gc -; CHECK-NEXT: .align 8 +; CHECK-NEXT: .p2align 3 ; safe point count ; CHECK: .short 1 ; CHECK: .long .Ltmp0 |