diff options
Diffstat (limited to 'test/CodeGen/X86/GC/dynamic-frame-size.ll')
-rw-r--r-- | test/CodeGen/X86/GC/dynamic-frame-size.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/X86/GC/dynamic-frame-size.ll b/test/CodeGen/X86/GC/dynamic-frame-size.ll index 9ec9b8b085076..0f9a8f57cf2a8 100644 --- a/test/CodeGen/X86/GC/dynamic-frame-size.ll +++ b/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 |