diff options
author | Dimitry Andric <dim@FreeBSD.org> | 2016-07-23 20:41:05 +0000 |
---|---|---|
committer | Dimitry Andric <dim@FreeBSD.org> | 2016-07-23 20:41:05 +0000 |
commit | 01095a5d43bbfde13731688ddcf6048ebb8b7721 (patch) | |
tree | 4def12e759965de927d963ac65840d663ef9d1ea /test/CodeGen/X86/statepoint-allocas.ll | |
parent | f0f4822ed4b66e3579e92a89f368f8fb860e218e (diff) |
Diffstat (limited to 'test/CodeGen/X86/statepoint-allocas.ll')
-rw-r--r-- | test/CodeGen/X86/statepoint-allocas.ll | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/CodeGen/X86/statepoint-allocas.ll b/test/CodeGen/X86/statepoint-allocas.ll index fa2621e7d2fe0..040ab614d0a85 100644 --- a/test/CodeGen/X86/statepoint-allocas.ll +++ b/test/CodeGen/X86/statepoint-allocas.ll @@ -96,7 +96,7 @@ declare token @llvm.experimental.gc.statepoint.p0f_i1f(i64, i32, i1 ()*, i32, i3 ; No Padding or LiveOuts ; CHECK: .short 0 ; CHECK: .short 0 -; CHECK: .align 8 +; CHECK: .p2align 3 ; The Deopt one ; CHECK: .long .Ltmp3-test2 @@ -126,5 +126,5 @@ declare token @llvm.experimental.gc.statepoint.p0f_i1f(i64, i32, i1 ()*, i32, i3 ; No Padding or LiveOuts ; CHECK: .short 0 ; CHECK: .short 0 -; CHECK: .align 8 +; CHECK: .p2align 3 |