diff options
Diffstat (limited to 'test/CodeGen/X86/stackmap-large-constants.ll')
-rw-r--r-- | test/CodeGen/X86/stackmap-large-constants.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/X86/stackmap-large-constants.ll b/test/CodeGen/X86/stackmap-large-constants.ll index a38b9209a1cf9..0143a4e0fbc83 100644 --- a/test/CodeGen/X86/stackmap-large-constants.ll +++ b/test/CodeGen/X86/stackmap-large-constants.ll @@ -46,7 +46,7 @@ ; NumLiveOuts ; CHECK-NEXT: .short 0 -; CHECK-NEXT: .align 3 +; CHECK-NEXT: .p2align 3 declare void @llvm.experimental.stackmap(i64, i32, ...) |